Skip to content
/ shows Public

Sample LoopBack hypermedia API with TV shows and episodes

Notifications You must be signed in to change notification settings

neemzy/shows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shows

Sample LoopBack application with TV shows and episodes, designed to demonstrate a modern REST API built upon the following (upcoming) W3C hypermedia standards :

Get started

npm install
sudo npm install -g nodemon
nodemon .

Toy around

curl -X POST -d "name=Community&year=2009" http://0.0.0.0:3000/api/shows
curl -X POST -d "name=Pilot&season=1&number=1" http://0.0.0.0:3000/api/shows/1/episodes

About

Sample LoopBack hypermedia API with TV shows and episodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published