gatsby-source-untappd-json
v0.2.0
Published
transforms untappd json export into a datasource
Downloads
1
Maintainers
Readme
gatsby-source-untappd-json
A Gatsby Source to Transform an Untappd JSON Export into a Gatsby GraphQL Data Source.
Getting Started
- Install the package with yarn or npm
yarn add gatsby-source-untappd-json gatsby-source-filesystem gatsby-plugin-sharp gatsby-transformer-sharp
- Add to plugins in your gatsby-config.js
module.exports = {
plugins: [
"gatsby-plugin-sharp",
"gatsby-transformer-sharp",
{
resolve: "gatsby-source-untappd-json",
options: {
src: "path/to/json/file.json"
}
}
]
};
Contributing
Every contribution is very much appreciated. Feel free to file bugs, feature- and pull-requests.
❤️ If this plugin is helpful for you, star it on GitHub.