Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/TimBroddin/raindrop-to-wpcom

Lambda function to post raindrop.io bookmarks to wpcom
https://github.com/TimBroddin/raindrop-to-wpcom

Last synced: about 1 month ago
JSON representation

Lambda function to post raindrop.io bookmarks to wpcom

Awesome Lists containing this project

README

        

# Raindrop.io to WordPress.com

A simple Serverless function to post my weekly bookmarks from Raindrop.io to my Wordpress.com blog.

## Installation

- Clone this repository to your local machine
- Install dependencies
- `npm install serverless -g``
- Copy `config.example.json` to `config.json`
- Change `raindropToken` to your Raindrop.io token
- Change `raindropCollection` to the ID of the collection you want to post from (you can get this from the URL)
- Change `wpToken` to your WordPress.com token and `wpSite` to your WordPress.com site name
- Deploy using `sls deploy`

The moment the function is run can be changed in `serverless.yml`.