Skip to content

Latest commit

 

History

History
29 lines (11 loc) · 411 Bytes

README.md

File metadata and controls

29 lines (11 loc) · 411 Bytes

neurl

=====

Simple node URL shortening API.

Specs:

Shorten

When I submit a long, ugly URL to the create API, I should get back a neurl.

Redirect

When I submit a neurl to the submit API, my request should be automatically redirected.

Hits

When I submit a neurl to the hits API, I should get back the number of hits/redirects for that neurl.

Includes Mocha test suite for exercising each API.