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.
curl zmd.ee/newsletter/John/john@appleseed.com
Adds you to the newsletter. A confirmation email will be sent.
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
.
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.
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.
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.
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/png
prints your text to ASCII art as an image file.
And you'll receive a URL (see example) to download it.
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.
curl zmd.ee/fx/usd/cny/3000
Converts 3000 USD to CNY. Replace usd and cny with ISO 4217 currency codes of your choice.
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.
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.
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.
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.
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.
curl zmd.ee/dict/well-found
Provides the definition(s) of English words. Replace spaces with hyphens.
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.