hutsoninc / gatsby-source-machinefinder

Gatsby source plugin for using MachineFinder as a data source.

Home Page:https://www.npmjs.com/package/gatsby-source-machinefinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Gatsby source plugin for using MachineFinder as a data source.

https://www.npmjs.com/package/gatsby-source-machinefinder

License:MIT License


Languages

Language:JavaScript 100.0%