jsonapi-server

v1.0.0
A fully featured NodeJS sever implementation of json:api. You provide the resources, we provide the api.
jsonapi json:api swagger api

test

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

start

node example/server.js

coveralls

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

coverage

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

complexity

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

performance

node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha --reporter mocha-performance ./test/*.js

lint

node ./node_modules/eslint/bin/eslint ./example ./lib ./test --quiet && echo '✔ All good!'

Metadata

  • MIT
  • *
  • Oliver Rumbelow
  • released 12/10/2015

Downloads