Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```