# EverExp parse export-evernote-to-individual-html-files ## Installation Add this line to your application's Gemfile: ```ruby gem 'ever_exp' ``` And then execute: $ bundle Or install it yourself as: $ gem install ever_exp ## Usage ```ruby notes = EverExp::Notes.new 'path/to/dir_storing_exported' ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).