@coding-blocks/jsonapi-server-integerid

v4.0.0
A config driven NodeJS framework implementing json:api
jsonapi json:api swagger api

start

node example/server.js

test

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!'

swagger

mocha ./swaggerValidator.js --timeout 60000

ci

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

Metadata

  • MIT
  • >=6
  • Coding Blocks
  • released 11/3/2017

Downloads

Maintainers