An open API service indexing awesome lists of open source software.

https://github.com/rjayroach/cache-party

A Rails Engine to cache 3rd party data such as Facebook User and Page data and assets
https://github.com/rjayroach/cache-party

Last synced: 7 months ago
JSON representation

A Rails Engine to cache 3rd party data such as Facebook User and Page data and assets

Awesome Lists containing this project

README

          

[![Build Status](https://semaphoreapp.com/api/v1/projects/7c89e140-a3cf-4287-a765-3cd8f29288e0/131014/shields_badge.png)](https://semaphoreapp.com/api/v1/projects/7c89e140-a3cf-4287-a765-3cd8f29288e0/131014/shields_badge.png)
[![Code Climate](https://codeclimate.com/github/rjayroach/cache-party.png)](https://codeclimate.com/github/rjayroach/cache-party)
[![Coverage Status](https://coveralls.io/repos/rjayroach/cache-party/badge.png?branch=master)](https://coveralls.io/r/rjayroach/cache-party?branch=master)

# CacheParty

CacheParty provides queue mechanism to support caching of 3rd party content such as Facebook user and page data and assets.
CacheParty currently supports caching of:

* Facebook

## Dependencies

* User [DryAuth](https://github.com/rjayroach/dry-auth)

## Getting Started

* TODO: example of how to setup