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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1,216
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1,216
  • 0.0.0
    0

Package Sidebar

Install

npm i node-nice

Weekly Downloads

1,211

Version

0.0.1

License

MIT

Unpacked Size

9.76 kB

Total Files

5

Last publish

Collaborators

  • qixxiq