gatsby-source-machinefinder

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i gatsby-source-machinefinder

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

11.5 kB

Total Files

6

Last publish

Collaborators

  • austinleegordon