POST
a URL to [project_url]/api/shorturl/new
and I will receive a shortened URL in the JSON
response.{ "original_url": "www.google.com", "short_url": 1 }
http(s)://www.example.com(/more/routes)
format,
the JSON response will contain an error like { "error": "invalid URL" }
dns.lookup(host, cb)
from the dns
core module.
Example: POST [project_url]/api/shorturl/new
- https://www.google.com
https://forum.freecodecamp.org/