69

nice(2) bindings for Node.js

Usage no npm install needed!

<script type="module">
  import 9 from 'https://cdn.skypack.dev/69';
</script>

README

69 – nice(2) bindings for Node.js

https://linux.die.net/man/2/nice as a JS function. That’s it, that’s the module.

const nice = require('69');
nice(5);  // Increase niceness by 5.

(This is an alias of nice-napi, if you happen to need a more safe-for-work name. 🙂)