Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 646 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 646 Bytes

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