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

https://github.com/timbroddin/meteor-spidercache

Spiderable meets caching!
https://github.com/timbroddin/meteor-spidercache

Last synced: 10 months ago
JSON representation

Spiderable meets caching!

Awesome Lists containing this project

README

          

# spidercache
It's like Spiderable, but it caches

## Spidercache vs Spiderable

- Caches the output (24 hours default)
- Stores hits/misses in a collection
- Will output what phantomjs received after timeout (because sometimes the ready event doesn't fire)

## Usage

- Install phantomjs
- Install this package
- Boom!

## Configuration

{
spidercache: {
expiration: 86400 // cache expiration in seconds
}
}

Enjoy!