@coding-blocks/jsonapi-server

v5.4.4
A config driven NodeJS framework implementing json:api
jsonapi json:api swagger api

start

node example/server.js

test

mocha

cover

nyc mocha

coverage

[ -n "$TRAVIS" ] && nyc report --reporter=text-lcov | coveralls || nyc report --reporter=html

performance

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

lint

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

jscpd

jscpd --blame -p ./lib/ || echo 'Finished!'

ci

npm run jscpd && npm run lint && npm run test
npm i @coding-blocks/jsonapi-server

Metadata

  • MIT
  • >=8
  • Arnav Gupta
  • released 2/5/2018

Downloads