Skip to content

deeprobin/deep-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepShortener - SH-RT.OVH

Logo Build Status

DeepShortener is a url-shortener written in nodejs using express, pug and i18n. It's available under 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:

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