URL Shortener
This app is my version of the URL shortener program from FreeCodeCamp.
To start using this program do the following: Run command ‘npm install’ at root to install dependencies. Run command ‘serve’ to begin localhosting of the application.
To use this application (once it’s running) navigate to url ‘https://api-projects-kelfin373.c9users.io’ to view the user web interface and enter a full web address to receive a shortened version.
Example output:
{ original_url: "https://api-projects-kelfin373.c9users.io//http://www.google.com", short_url: "https://api-projects-kelfin373.c9users.io /1" }