jsonapi-server

v0.8.0
A fully featured NodeJS sever implementation of json:api. You provide the resources, we provide the api.
jsonapi json:api api

test

./node_modules/mocha/bin/mocha -R spec ./test/*.js

start

node example/server.js

coveralls

./node_modules/mocha/bin/mocha --require blanket --reporter mocha-lcov-reporter ./test/*.js | ./node_modules/coveralls/bin/coveralls.js

coverage

./node_modules/mocha/bin/mocha --require blanket --reporter html-cov ./test/*.js > coverage.html

complexity

./node_modules/plato/bin/plato -r -d complexity lib

lint

eslint ./example/*.js ./lib/* ./test/*.js --quiet && echo '✔ All good!'

Metadata

  • GPL-3.0
  • *
  • Oliver Rumbelow
  • released 7/13/2015

Downloads