Productship / gatsby-source-simplecast

Gatsby source plugin for Simplecast
0 stars 0 forks source link

Gatsby Source Prismic

Documentation to come. You probably shouldn't be using this yet, we're actively working on it.

Installation

Info to come

Usage

Examples to come

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: "gatsby-source-simplecast",
      options: {
        key: <Simplecast API key>,
      }
    }
  ],
};

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.