This application fetches kindle highlights periodically and display them on the pages.
git clone https://github.com/kyamaguchi/kindle_highlight
cp config/application.yml.sample config/application.yml
amazon_auth
vi config/application.yml
rake kindle:fetch_highlights
rake db:migrate
rails s
Go to http://localhost:3000/admin
Apply environment variables on heroku
figaro heroku:set -e production
If you set ERROR_MAIL_TO
in config/application.yml
, exception_notification will be setup.
heroku buildpacks:add https://github.com/heroku/heroku-buildpack-chromedriver
heroku buildpacks:add https://github.com/heroku/heroku-buildpack-xvfb-google-chrome
See kindle_manager gem for more detail
This app uses letter_opener and letter_opener_web
open http://localhost:3000/letter_opener
MIT