Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T03:25:30.000Z (about 9 years ago)
- Last Synced: 2024-10-14T13:15:50.036Z (3 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
```