https://github.com/delner/butterfli-rails
Provides endpoints and data processing for public APIs.
https://github.com/delner/butterfli-rails
Last synced: 11 days ago
JSON representation
Provides endpoints and data processing for public APIs.
- Host: GitHub
- URL: https://github.com/delner/butterfli-rails
- Owner: delner
- License: mit
- Created: 2015-06-27T18:49:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T00:05:05.000Z (about 10 years ago)
- Last Synced: 2025-12-03T20:53:48.843Z (7 months ago)
- Language: Ruby
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

Rails
==========
[](https://travis-ci.org/delner/butterfli-rails) 
###### *For Ruby 2+*
### Introduction
`butterfli-rails` is a base gem for the *Butterfli* suite, which provides API endpoints for some popular APIs around the web. It adds some core mechanisms to enable a Rails app to consume data from these APIs.
Other gems in the *Butterfli* suite include:
**Core gems**:
- [`butterfli`](https://github.com/delner/butterfli): Core gem for Butterfli suite.
- [`butterfli-rails`](https://github.com/delner/butterfli-rails): Core gem for Rails-engine based API interactions.
**Extension gems**:
- [`butterfli-instagram`](https://github.com/delner/butterfli-instagram): Adds Instagram data to the Butterfli suite.
- [`butterfli-instagram-rails`](https://github.com/delner/butterfli-instagram-rails): Adds Rails API endpoints for realtime-subscriptions.
### Installation
Install the gem via `gem install butterfli-rails`
### Usage
The base `butterfli-rails` gem is for developers who want to extend the Butterfli suite. To use the gem to access some popular APIs, check out the *Extension gems* list above.
### Changelog
#### Version 0.0.1
- Initial version of `butterfli-rails`