https://github.com/dkunin/mag-sho
https://github.com/dkunin/mag-sho
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkunin/mag-sho
- Owner: DKunin
- Created: 2017-04-14T21:18:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T20:37:55.000Z (about 9 years ago)
- Last Synced: 2025-01-21T12:27:34.844Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Magnet shortener
> Simple node server to store and return a magnet link, self purges in one hour
## Usage
```
get localhost:3738/api/shorten?url=
get localhost:3738/api/get?hash=
get localhost:3738/api/clear // Clear 'db'
```
## Contribute
PRs accepted.
## License
MIT © Dmitri Kunin