node-nice
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i node-nice

Weekly Downloads

492

Version

0.0.1

License

MIT

Unpacked Size

9.76 kB

Total Files

5

Last publish

Collaborators

  • qixxiq