Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rubenvar/fcc-urlshortener
- Owner: rubenvar
- Created: 2018-03-24T11:48:58.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T18:36:29.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:04:40.154Z (almost 2 years ago)
- Topics: freecodecamp, freecodecamp-challenge, freecodecamp-project
- Language: JavaScript
- Homepage: https://skinny-cub.glitch.me
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/)