https://github.com/dsuarezlogans/url-shortener
microservice for shorten URL
https://github.com/dsuarezlogans/url-shortener
api microservice nodejs
Last synced: 6 months ago
JSON representation
microservice for shorten URL
- Host: GitHub
- URL: https://github.com/dsuarezlogans/url-shortener
- Owner: dsuarezlogans
- Created: 2017-09-06T01:25:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T21:09:54.000Z (over 8 years ago)
- Last Synced: 2025-08-28T02:33:04.679Z (7 months ago)
- Topics: api, microservice, nodejs
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Manage Node.js projects and npm packages using package.json
#### Part 3 of Free Code Camp Backend Challenges
### URL Shortener Microservice
Example usage:
- https://scandalous-koala.glitch.me//new/http://github.com
- https://scandalous-koala.glitch.me/27
Example output:
```js
{
original_url: "https://www.google.com",
short_url: "https://scandalous-koala.glitch.me/27"
}
```