Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

escaladesports/gatsby-plugin-escalade-stock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
				]
			}
		}
	]
}