Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.com

Returns:

```json
{
shortened_url: "http://almonk.com/9Aee0",
edit_token: "Sg9BdkdXTtl1TomlS8s1k7" // Not implemented yet
}
```