1.0.0 • Published 4 years ago
gatsby-source-google-mymaps v1.0.0
gatsby-source-google-mymaps is a Gatsby plugin to use Google MyMaps as a data source.
Usage
- Download
gatsby-source-google-mymapsfrom the NPM registry:
yarn add gatsby-source-google-mymaps- Add the plugin in your
gatsby-config.jsfile
module.exports = {
plugins: [
{
resolve: "gatsby-source-google-mymaps",
options: {
ids: ["MY_MAPS_ID_1", "MY_MAPS_ID_2"],
// Optional
name: "travels",
},
},
],
}Contributing
- ⇄ Pull/Merge requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
Changelog
See CHANGELOG
License
This project is licensed under the MIT License - see the LICENCE file for details
1.0.0
4 years ago
1.0.0-beta.4
5 years ago
1.0.0-beta.5
5 years ago
1.0.0-beta.3
5 years ago
1.0.0-beta.2
5 years ago
1.0.0-beta.1
6 years ago