Sha256: 1fbd7d25d76f25e960414b34b86104aa9451330365ab496a86cc13ab969b44af

Contents?: true

Size: 937 Bytes

Versions: 4

Compression:

Stored size: 937 Bytes

Contents

# Evertils::Common

Evertils::Common is an abstraction library for interacting with the Evernote API.

## Installation

```ruby
gem 'evertils-common'

# or...
gem install evertils-common
```

Then add the following to your ~/.bash_profile

```shell
export EVERTILS_TOKEN="token_goes_here"
```

Get your Evernote Developer Tokens [here](https://www.evernote.com/Login.action?targetUrl=%2Fapi%2FDeveloperToken.action).

## Usage

Please see the code samples in the [wiki](https://github.com/aapis/evertils-common/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](http://opensource.org/licenses/MIT).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
evertils-common-0.2.8.2 README.md
evertils-common-0.2.8.1 README.md
evertils-common-0.2.8 README.md
evertils-common-0.2.7 README.md