Skip to content

quickjp2/particle-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-particle-listener

A script that listens for a specific event posted to the particle cloud and logs it into a google spreadsheet.

See src/particle-listener.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-particle-listener --save

Then add hubot-particle-listener to your external-scripts.json:

[
  "hubot-particle-listener"
]

Once this is complete, add the config file to your base hubot directory

touch es-config.json

Add the following to that file:

{
  "particle-url":"https://api.particle.io/v1/events",
  "google-sheet-url":"<url to your google sheet>",
  "auth-token":"<particle cloud access token>",
  "event":"<particle event name>"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published