Skip to content

tori3852/mendeley-api-changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mendeley API changes watcher

Periodically fetch Mendeley API documentation at https://api.mendeley.com/apidocs/docs and store for easy change tracking.

Install

Create app on Heroku account:

heroku create your-app

and add it as a remote. Then deploy:

git push heroku master

Add private key of a user which is able to commit to this repo.

heroku config:add PRIVATE_KEY="$(cat dummy-id-rsa)"

Add scheduler that will be invoking fetching:

heroku addons:create scheduler:standard
heroku addons:open scheduler

and enter ./fetch.sh.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published