Evertils::Common
Evertils::Common is an abstraction library for interacting with the Evernote API.
Installation
gem 'evertils-common'
# or from the command line
gem install evertils-common
Then add the following to your ~/.bash_profile
export EVERTILS_TOKEN="token_goes_here"
# add the following if you plan on running the test suite
export EVERTILS_SB_TOKEN="sandbox token here"
Get your production Evernote Developer Tokens here and your sandbox tokens here.
Usage
Please see the code samples in the wiki.
Development
After checking out the repo, run bin/setup
to install dependencies. You can also run bin/console
for an interactive prompt that will allow you to experiment.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/aapis/evertils-common.
License
The gem is available as open source under the terms of the MIT License.