Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almonk/lynn
A little link shortener written in NodeJs for http://almonk.com
https://github.com/almonk/lynn
Last synced: 22 days ago
JSON representation
A little link shortener written in NodeJs for http://almonk.com
- Host: GitHub
- URL: https://github.com/almonk/lynn
- Owner: almonk
- Created: 2014-01-31T11:38:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-31T14:36:15.000Z (almost 11 years ago)
- Last Synced: 2024-11-08T02:05:29.220Z (2 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
lynn
====A little link shortener written in NodeJs for http://almonk.com
### Get it running:
Start redis then;
npm install
node app### Use it
Say we want to shorten
gocardless.com
...http://almonk.com/shorten?url=http://gocardless.comReturns:
```json
{
shortened_url: "http://almonk.com/9Aee0",
edit_token: "Sg9BdkdXTtl1TomlS8s1k7" // Not implemented yet
}
```