REST API for Meteor, using Iron Router.
======================
# 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
======================
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
======================
MIT License. Use as you wish, including for commercial purposes.