gatsby-source-published-google-sheets

1.0.2 • Public • Published

gatsby-source-published-google-sheets

npm Build Status

Gatsby plugin that pulls data from a published Google sheet.

Install

Use Yarn or npm.

yarn add gatsby-source-published-google-sheets
# or
npm install --save gatsby-source-published-google-sheets

How to use

  1. Make sure your spreadsheet is published.
  2. Note your spreadsheet's id. This is the random string that's in the middle of your spreadsheet's url. Google
  3. Add the plugin to plugins in your gatsby-config.js. It should look something like:
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-source-published-google-sheets',
      options: {
        sheetID: 'Google sheet id',
      },
    },
  ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-source-published-google-sheets

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

232 kB

Total Files

8

Last publish

Collaborators

  • nathunsmitty