/fieldview

Fieldview API

Primary LanguageRuby

Fieldview

Installation

Add this line to your application's Gemfile:

gem 'fieldview'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fieldview

Configuration

# In Rails, you could put this in config/initializers/fieldview.rb
Fieldview.configure do |config|
  config.api_key = MY_APIKEY
end

Usage

TODO: Write usage instructions here

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/felipemathies/fieldview.