gatsby-source-google-mymaps
is a Gatsby plugin to use Google MyMaps as a data source.
- Download
gatsby-source-google-mymaps
from the NPM registry:
yarn add gatsby-source-google-mymaps
- Add the plugin in your
gatsby-config.js
file
module.exports = {
plugins: [
{
resolve: "gatsby-source-google-mymaps",
options: {
ids: ["MY_MAPS_ID_1", "MY_MAPS_ID_2"],
// Optional
name: "travels",
},
},
],
}
- ⇄ Pull/Merge requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
See CHANGELOG
This project is licensed under the MIT License - see the LICENCE file for details