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

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

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"
}
```