0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Evernote utilities for your CLI workflow
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0

Runtime

 Project Readme

Evertils::Common

Code Climate Build Status

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.