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

https://github.com/deadcoder0904/url-shortener

Shorten your URL
https://github.com/deadcoder0904/url-shortener

Last synced: 9 months ago
JSON representation

Shorten your URL

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/deadcoder0904/url-shortener.svg?branch=master)](https://travis-ci.org/deadcoder0904/url-shortener)

# url-shortener

### Create a `private.js` file in the root directory of the project
```
module.exports = {
MONGODB_URI: "mongodb://:@/"
};
```