https://github.com/overloadut/node-plantlink-dweet
Reads from Plantlink's unofficial API and Dweets when things change
https://github.com/overloadut/node-plantlink-dweet
Last synced: 2 months ago
JSON representation
Reads from Plantlink's unofficial API and Dweets when things change
- Host: GitHub
- URL: https://github.com/overloadut/node-plantlink-dweet
- Owner: OverloadUT
- Created: 2015-12-16T02:34:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T03:25:30.000Z (over 9 years ago)
- Last Synced: 2025-01-24T14:35:53.568Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-plantlink-dweet
Reads from Plantlink's unofficial API and Dweets when things change# usage
Create a file named `.env` in the project directory with the contents:```
PLANTLINK_AUTH=YOUR_AUTH_KEY
DWEETIO_THINGNAME=your-thing-name
```
(get the auth key from Plantlink by inspecting the request and grabbing it from the cookie)### Dweet once
```bash
$ node index
```### Loop and Dweet every time there is a change
```bash
$ node index -r 60
```