jsonapi-graphql-server

v3.3.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 jsonapi-graphql-server

Metadata

  • MIT
  • >=4.5
  • Oliver Rumbelow
  • released 11/1/2017

Downloads

Maintainers