/cfstats

Near real time statistics for Curvefever.io

Primary LanguageJavaScript

GitHub license Build StatusKnown Vulnerabilities Coverage Status

CFStats.com nodejs-mongodb backend

The code is build with Typescript

Development

Locally: npm install && npm run build && npm local

To get the code coverage: npm run coverage

To run the tests in watch mode: npm run watch

Precommits hooks using husky will run to check that the current work is acceptable for master:

  • Eslint / Tslint pass

  • 70% coverage with nyc