zmd

zmd - Access handy utilities in your terminal | Product Hunt

zmd (by @jotzilla) hosts a variety of utilities that you can access via curl in a CLI. PHP does the heavy lifting, and the services rely on several datasets & APIs.

zmd.ee newsletter

curl zmd.ee/newsletter/John/[email protected]

Adds you to the newsletter. A confirmation email will be sent.

Utilities & services

Please note that zmd.ee is in open beta. The URL structure and features may change, but you can track changes by sending the request: curl zmd.ee/help.

Product Hunt

curl zmd.ee/ph

Checks the latest posts on Product Hunt. Includes a list of the top 20 products with their tagline and upvote count.

URL Shortener

curl zmd.ee/short/https://mighil.com/chengdu-natural-history-museum/

Converts your long URL into a short one. https://cmmd.in is the parent domain for shortened URLs (e.g., https://cmmd.in/IoiACW). I may introduce new parent domains in the future.

Weather

curl zmd.ee/weather

Provides the weather data for your current location. Your location details are not cached or stored during the process.

curl zmd.ee/weather/chengdu

Provides the weather data for any given city. Powered by WeatherAPI.com.

Text to ASCII

curl zmd.ee/ascii/example/4

Converts any given text to ASCII art. A number to the suffix (/4 for example) represents the font style, and it's mandatory to select a font style. Plus you have 289 font styles to choose from.

Convert ASCII art to png

curl zmd.ee/ascii/example/4/pngprints your text to ASCII art as an image file. And you'll receive a URL (see example) to download it.

read.cv profile

curl zmd.ee/readcv/mighil

or curl zmd.ee/u/mighil

Prints the basic details from a read.cv profile. Replace 'mighil' with your username. It includes the PFP (converted to ASCII art), about, and contact details. I highly recommend you to create an account on read.cv, so that you can share curl zmd.ee/u/mighil with someone.

Currency exchange rate

curl zmd.ee/fx/usd/cny/3000

Converts 3000 USD to CNY. Replace usd and cny with ISO 4217 currency codes of your choice.

DNS checker

curl zmd.ee/dns/example.com

Queries DNS records for a given domain name. It allows you to view all the DNS records for a website.

Domain checker (availability & age)

curl zmd.ee/domain/example.com

Checks whether the domain name is available. If no, it checks the age of the domain. Replace example.com with a domain name you like. TBA: DA, PA, and Spam Score check.

IP address lookup

curl zmd.ee/ip/162.159.192.193

Lookup a geolocation of an IP address including latitude, longitude, city, region and country. Please use it for research purposes only.

Unit conversion

curl zmd.ee/unit/kg/mg/1

Converts from one unit to another. The unit converter format copied from dns.toys by Kailash Nadh. dig unit @dns.toys to see all 70 available units.

Check Time

curl zmd.ee/time/chengdu

Checks Chengdu time. Replace Chengdu by any city of your choice.

curl zmd.ee/time/chengdu/kozhikode

Provides you the time difference between two cities in hours & minutes.

English dictionary

curl zmd.ee/dict/well-found

Provides the definition(s) of English words. Replace spaces with hyphens.

Quick translation

curl zmd.ee/ts/en/de/hello-world

Translates Hello World from English to German. Please separate words by hyphen (-). Replace en and de with any language of your choice. Here's a list of language identifiers. zh- languages are not supported for now.