Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 520 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 520 Bytes

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.