2.0.0 • Published 5 years ago

gatsby-source-machinefinder v2.0.0

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

Gatsby 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