Community Plugin
View plugin on GitHubGatsby Source MachineFinder
Gatsby source plugin for using MachineFinder as a data source.
Installing
npm install --save gatsby-source-machinefinder
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-source-machinefinder`,
options: {
key: 'YOUR MACHINEFINDER KEY',
password: 'YOUR MACHINEFINDER PASSWORD',
url: 'URL TO YOUR MACHINEFINDER XML FEED'
},
},
]
License
MIT © Hutson Inc
Acknowledgements
- Kennedy Rose - Developed Original Plugin - GitHub