A simple Serverless function to post my weekly bookmarks from Raindrop.io to my Wordpress.com blog.
- Clone this repository to your local machine
- Install dependencies
- `npm install serverless -g``
- Copy
config.example.json
toconfig.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 andwpSite
to your WordPress.com site name - Deploy using
sls deploy
The moment the function is run can be changed in serverless.yml
.