escalade-data-store
v1.0.2
Published
An event-based store system for getting Escalade Sports pricing, stock, or other data. Stores all fetched data in a cookie for quick retrieval.
Downloads
6
Readme
escalade-data-store
An event-based store system for getting Escalade Sports pricing, stock, or other data. Stores all fetched data in a cookie for quick retrieval.
Installation
yarn add escalade-data-store
Usage
import DataStore from 'escalade-data-store'
class PriceStore extends DataStore{
...
}