Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artes-dev/remarkable-zapier

Zapier Integration for the reMarkable Tablet
https://github.com/artes-dev/remarkable-zapier

remarkable-tablet zapier

Last synced: 25 days ago
JSON representation

Zapier Integration for the reMarkable Tablet

Awesome Lists containing this project

README

        

# remarkable-zapier
### A Zapier Integration for the reMarkable and reMarkable2 Tablets
#### By Robert Testagrossa
Connects Zapier to reMarkable Cloud. Allows sending files to and from the reMarkable tablet.

With this integration you can create a simple Google Drive backup zap, automatically email files placed in a directory, etc.

*Downloaded files are currently in reMarkable zip format.*
#### Triggers:
`` New File (allows download)``

#### Actions:
``Upload File (supports pdf, epub or reMarkable-format zip file)``

### Installation
Currently in Invite-only mode. Invite link available [here](https://zapier.com/developer/public-invite/130524/6cc6406149d544d83ebdaf7969ac97dd/)

### Build from source
```bash
# Install dependencies
npm install # or you can use yarn

# Run tests
zapier test

# Push it to Zapier
zapier push
```