1.0.2 • Published 6 years ago

escalade-data-store v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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{
	...
}