Skip to content

Instantly share code, notes, and snippets.

@dceejay
Last active January 3, 2016 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dceejay/edca3ef3e88a00e7e082 to your computer and use it in GitHub Desktop.
Save dceejay/edca3ef3e88a00e7e082 to your computer and use it in GitHub Desktop.
Earthquake monitor
[{"id":"ad65ea26.529a18","type":"inject","z":"9e538f88.61ac7","name":"Quakes","topic":"","payload":"","payloadType":"none","repeat":"900","crontab":"","once":true,"x":208,"y":1026,"wires":[["3a6ff750.c59008"]]},{"id":"3a6ff750.c59008","type":"http request","z":"9e538f88.61ac7","name":"","method":"GET","url":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv","x":386.5,"y":1025.999755859375,"wires":[["a566f3e5.5a991"]]},{"id":"a566f3e5.5a991","type":"csv","z":"9e538f88.61ac7","name":"","sep":",","hdrin":true,"hdrout":"","multi":"one","ret":"\\n","temp":"","x":556.0833740234375,"y":1026.208251953125,"wires":[["62f3e615.9d0c18"]]},{"id":"e0c32b1c.1f3cd8","type":"comment","z":"9e538f88.61ac7","name":"Earthquake !!!","info":"","x":201.33334350585938,"y":975.9583129882812,"wires":[]},{"id":"62f3e615.9d0c18","type":"debug","z":"9e538f88.61ac7","name":"","active":true,"console":"false","complete":"payload","x":737,"y":1026,"wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment