
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
node-pivotpi
Advanced tools
PivotPi is a Servo Controller for the Raspberry Pi!
Learn more about the PivotPi Servo Controller for the Raspberry Pi here.

Need an idea to get started? We have a few project examples to get your creative juices flowing.
Need help? We [have a forum here where you can ask questions or make suggestions](http://forum.dexterindustries.com/c/pivotpi-servo-controller-for-raspberry-pi.
See more at the PivotPi Site
This library supports Node.js 8.x version, we provide a couple of bash scripts to install/uninstall the proper Node.js version. To install NVM (Node Version Manager), Node.js and NPM:
bash ./NodeJS/install.shTo uninstall NVM, Node.js and NPM:
bash ./NodeJS/uninstall.shThis library is published as a NPM package.
npm install node-pivotpi --saveconst PivotPi = require('node-pivotpi')For any initial hint please check the "examples" folder. Feel free to use the forum for any extra help.
Please review the LICENSE.md file for license information.
npm run clean - Remove lib/ directorynpm test - Run tests. Tests can be written with ES6 (WOW!)npm test:watch - You can even re-run tests on file changes!npm run cover - Yes. You can even cover ES6 code.npm run lint - We recommend using airbnb-config. It's fantastic.npm run test:examples - We recommend writing examples on pure JS for better understanding module usage.npm run build - Do some magic with ES6 to create ES5 code.FAQs
Drivers and examples for using the PivotPi in Node.js
We found that node-pivotpi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.