Skip to content

jboxman/fcc-backend-api-url

Repository files navigation

Stories

User Story: I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.

User Story: If I pass an invalid URL that doesn't follow the valid http://www.example.com format, the JSON response will contain an error instead.

User Story: When I visit that shortened URL, it will redirect me to my original link.

TODO

  • Determine FQDN for development, local, and production
  • Add clipboard.js
  • Configure eslint

API

curl -H"Content-Type: application/json"
-X POST -d '{"url":"http://example.com"}'
http://localhost:3100/api/save

Heroku

  • fathomless-woodland-80063

About

A NodeJS app that generates short URLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published