2020-06-11 17:30:46 +00:00
|
|
|
# FullContact
|
2020-06-11 18:28:02 +00:00
|
|
|
An Houdini add-on to use FullContact's Context API
|
2020-06-11 17:30:46 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
How to use my plugin.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
Add this line to your application's Gemfile:
|
|
|
|
|
|
|
|
```ruby
|
2020-06-11 18:28:02 +00:00
|
|
|
gem 'houdini_full_contact', path: 'gems/houdini_full_contact
|
2020-06-11 17:30:46 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
And then execute:
|
|
|
|
```bash
|
|
|
|
$ bundle
|
|
|
|
```
|
|
|
|
|
|
|
|
Or install it yourself as:
|
|
|
|
```bash
|
|
|
|
$ gem install full_contact
|
|
|
|
```
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
Contribution directions go here.
|