1.0.1 • Published 6 years ago

gatsby-plugin-escalade-stock v1.0.1

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

gatsby-plugin-escalade-stock

A simple Gatsby plugin for prefetching Escalade stock.

Install

With npm:

npm install --save gatsby-plugin-escalade-stock

With Yarn:

yarn add gatsby-plugin-escalade-stock

Implement

// ./gatsby-config.js
module.exports = {
	plugins: [
		{
			resolve: 'gatsby-plugin-escalade-stock',
			options: {
				site: 'bear',
				ids: [
					'AT86A06455R',
					'AK1450SR',
					'AFT2032140',
				]
			}
		}
	]
}