Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aapis/evertils-common
Connect to Evernote easily using this Ruby library
https://github.com/aapis/evertils-common
Last synced: 4 days ago
JSON representation
Connect to Evernote easily using this Ruby library
- Host: GitHub
- URL: https://github.com/aapis/evertils-common
- Owner: aapis
- License: mit
- Created: 2015-12-15T17:36:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T16:51:02.000Z (over 4 years ago)
- Last Synced: 2024-04-24T16:48:15.646Z (8 months ago)
- Language: Ruby
- Size: 240 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Evertils::Common
[![Code Climate](https://codeclimate.com/github/aapis/evertils-common/badges/gpa.svg)](https://codeclimate.com/github/aapis/evertils-common) [![Build Status](https://travis-ci.org/aapis/evertils-common.svg?branch=master)](https://travis-ci.org/aapis/evertils-common)
Evertils::Common is an abstraction library for interacting with the Evernote API.
## Installation
```ruby
gem 'evertils-common'# or from the command line
gem install evertils-common
```Then add the following to your ~/.bash_profile
```shell
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](https://www.evernote.com/api/DeveloperToken.action) and your sandbox tokens [here](https://sandbox.evernote.com/api/DeveloperToken.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).