Skip to content

joeydonuts/rest-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

rest-api

REST API for Meteor, using Iron Router.

======================

Installation

# Should be as simple as cloning the repository...  
git clone https://github.com/awatson1978/rest-api.git

# And then running it...
cd rest-api
meteor

======================

Files of Interest

The REST API demo is essentially server-side functionality. Even though the demo exposes some client-side UI (which might be interesting in-of-itself), the files of interest are in the /server/rest directory.

https://github.com/awatson1978/rest-api/tree/master/server/rest

======================

Licensing

MIT License. Use as you wish, including for commercial purposes.

About

REST API for Meteor, using Iron Router.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.6%
  • HTML 20.1%
  • Shell 12.8%
  • CSS 3.5%