Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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
© 2023 Gatsby, Inc.