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

https://github.com/deeprobin/deep-shortener

A url shortener using pug, javascript and express
https://github.com/deeprobin/deep-shortener

deep-shortener deeprobin node nodejs pug robin url-shortener

Last synced: 27 days ago
JSON representation

A url shortener using pug, javascript and express

Awesome Lists containing this project

README

          

# DeepShortener - SH-RT.OVH

![Logo](https://raw.githubusercontent.com/DeepRobin/deep-shortener/master/public/img/favicon.ico "Logo")
[![Build Status](https://travis-ci.org/DeepRobin/deep-shortener.svg?branch=master)](https://travis-ci.org/DeepRobin/deep-shortener)

DeepShortener is a url-shortener written in nodejs using express, pug and i18n. It's available under
[SH-RT.OVH](https://sh-rt.ovh)
.

## Installation

Go in the folder, where you want to have the shortener web application and clone the repository with typing this snippet into your console:

```sh
sudo apt -y install nodejs npm
git clone https://github.com/DeepRobin/deep-shortener.git .
npm install
```

.

Then you can start it with `npm test`

## Contributions

If you want to contribute, fork this repository. Then clone your forked repository using
`$ git clone git@github.com:USERNAME/deep-shortener.git`.

After you done this, you can start coding, commit your changes and make a pull request.
It is recommended to fix some of our issues.

## Issues

You found a bug, or have a good idea for the project? Write an issue (please in english).

## License

DeepShortener is licensed under the MIT-License