Skip to content

A simple URL shortening API project for learning NodeJS

Notifications You must be signed in to change notification settings

rickggaribay/neurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple URL shortening API project for learning NodeJS

Resources

Stars

Watchers

Forks

Packages

No packages published