gatsby-source-google-mymaps

1.0.0 • Public • Published

gatsby-source-google-mymaps


gatsby-source-google-mymaps


Npm version Npm downloads MIT license PRs welcome


gatsby-source-google-mymaps is a Gatsby plugin to use Google MyMaps as a data source.

Usage

  1. Download gatsby-source-google-mymaps from the NPM registry:
yarn add gatsby-source-google-mymaps
  1. 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",
            },
        },
    ],
}

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

Package Sidebar

Install

npm i gatsby-source-google-mymaps

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

8.52 kB

Total Files

5

Last publish

Collaborators

  • cedricdelpoux