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
- Host: GitHub
- URL: https://github.com/deeprobin/deep-shortener
- Owner: deeprobin
- License: mit
- Created: 2018-11-14T20:58:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T19:26:41.000Z (over 7 years ago)
- Last Synced: 2026-01-14T06:22:17.103Z (5 months ago)
- Topics: deep-shortener, deeprobin, node, nodejs, pug, robin, url-shortener
- Language: HTML
- Homepage: https://sh-rt.ovh/
- Size: 878 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DeepShortener - SH-RT.OVH

[](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