0.0.1 • Published 6 years ago

node-nice v0.0.1

Weekly downloads
11
License
MIT
Repository
-
Last release
6 years ago

Build Status Coverage Status MIT license

Using this module in other modules

const nice = require("node-nice").nice;

nice(() => {
  return calculatePi();
}).then(result => {
  console.log("π = " + result);
});

Setting travis and coveralls badges

  1. Sign in to travis and activate the build for your project.
  2. Sign in to coveralls and activate the build for your project.