Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artes-dev/remarkable-zapier
- Owner: artes-dev
- Created: 2021-03-29T19:48:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T03:28:16.000Z (over 3 years ago)
- Last Synced: 2024-08-03T17:09:46.339Z (4 months ago)
- Topics: remarkable-tablet, zapier
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-reMarkable - remarkable-zapier - Zapier Integration for reMarkable Cloud (Cloud Tools / Launchers)
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
```