Ruby API for v3 of the Pocket API (formerly Read It Later)
Just clone the repo here and refer to the demo-server.rb file for examples on how to interact with the Pocket API.
git clone
cd pocket-ruby
bundle install
ruby demo-server.rb
Pocket-Ruby can be installed via the gem, gem install pocket-ruby
Or via bundler, gem 'pocket-ruby', '~> 0.0.5'