Show HN: Docker's “nonsensical names” as-a-Service
names.doodlebox.eu
Show HN: Docker's “nonsensical names” as-a-Service
1–2 of 2 posts
Re: Show HN: Docker's “nonsensical names” as-a-Service
#2I often find myself facing the second hard problem in computer science (naming things).
So as a Python exercise, I took Docker's random names feature and made it a web service:
You get one name by calling the url and up to 30 names as a JSON list if you append /n to the end, e.g.
Code here: https://github.com/kdoichinov/pynamesgen/tree/web-service
Hope you find it useful or at least funny.