1.1.3 • Published 7 years ago

escalade-price-store v1.1.3

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

escalade-price-store

An event-based store system for getting Escalade Sports pricing. Stores all fetched prices in a cookie for quick retrieval.

Installation

yarn add escalade-price-store

Usage

import PriceStore from 'escalade-price-store'

const priceStore = new PriceStore({
	site: `goalrilla`,
	ids: [ `ID1`, `ID2` ]
})

function allChanged(prices){
	console.log(prices)
}

priceStore.addEvent(allChanged)

priceStore.removeEvent(allChanged)
1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago