place-my-order-api

v0.1.0
The REST and real-time API for place-my-order.com. Built with Feathers and MongoDB.

start

PORT=3030 bin/place-my-order-api

publish

git push origin --tags

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

jshint

jshint lib/. test/. --config

mocha

mocha test/ --recursive --compilers js:babel/register

test

npm run jshint && npm run mocha

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 6/5/2015

Downloads

Maintainers