particle-throttled
v1.0.2
Published
A rate-limited node library to interface with the Particle Cloud
Downloads
4
Maintainers
Readme
particle-throttled
A rate-limited node library to interface with the Particle Cloud
Installation
Run npm install --save particle-throttled
to install it in the project.
API
This library supports rate-limited calls to get a list of all the Particle devices, get details for a device and get the value of a variable. The default throttle timeout is 1 second.
Development
To contribute to the project, please clone the repo by running git clone https://github.com/YashdalfTheGray/particle-throttled.git
and then run npm install
to install all the dependencies.