Sha256: 86d253ff5d6e822cef97b897296e049edc99a160d129f40e0340c65333d65802

Contents?: true

Size: 447 Bytes

Versions: 7

Compression:

Stored size: 447 Bytes

Contents

# Yinx

Fetch note metdata with evernote api

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'yinx'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install yinx

## Usage

Put your api key in `$HOME/.yinx`, then:

```ruby
notes = Yinx.fetch_all
```

To filter out:

```ruby
notes = Yinx.fetch do
  word  'active record'
  tag   'rails'
  book  'ruby'
  stack 'programming language'
end
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yinx-0.1.6 README.md
yinx-0.1.5 README.md
yinx-0.1.4 README.md
yinx-0.1.3 README.md
yinx-0.1.2 README.md
yinx-0.1.1 README.md
yinx-0.1.0 README.md