https://github.com/marvin9/url-shortener
freecodecamp project. It shortens user entered validated URL, then gives a object containing shortened URL, generally a number. And will redirect to that site with shortened URL.
https://github.com/marvin9/url-shortener
koa2 microservice nedb url-shortener
Last synced: about 2 months ago
JSON representation
freecodecamp project. It shortens user entered validated URL, then gives a object containing shortened URL, generally a number. And will redirect to that site with shortened URL.
- Host: GitHub
- URL: https://github.com/marvin9/url-shortener
- Owner: Marvin9
- Created: 2019-07-20T13:23:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T07:55:50.000Z (almost 7 years ago)
- Last Synced: 2025-06-30T10:07:03.912Z (12 months ago)
- Topics: koa2, microservice, nedb, url-shortener
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL-Shortener
freecodecamp project. It shortens user entered validated URL, then gives a object containing shortened URL, generally a number. And will redirect to that site with shortened URL.
# [Try here](https://marvin9-url-shortener.glitch.me/)