Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rubenvar/fcc-urlshortener

The URL Shortener project for freeCodeCamp
https://github.com/rubenvar/fcc-urlshortener

freecodecamp freecodecamp-challenge freecodecamp-project

Last synced: about 2 months ago
JSON representation

The URL Shortener project for freeCodeCamp

Awesome Lists containing this project

README

        

# FreeCodeCamp URL Shortener

This is the third API project on the freeCodeCamp APIs and Microservices Certification.

This app will shorten any URL that you pass as a parameter. It will return original + shortened urls in a JSON response. If you visit the shortened url, it will redirect you to the original.

It's here: [https://skinny-cub.glitch.me/](https://skinny-cub.glitch.me/)