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!
- Host: GitHub
- URL: https://github.com/timbroddin/meteor-spidercache
- Owner: TimBroddin
- Created: 2014-10-23T11:26:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T11:27:36.000Z (over 11 years ago)
- Last Synced: 2025-09-12T04:01:06.268Z (10 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!