john-rock / gatsby-source-national-park-api

Gatsby plugin sourcing data from the National Park Service API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

source-national-park-api

Gatsby plugin sourcing data from the National Park Service API.

Set The Config

In gatsby-config.js:

module.exports = {
    plugins: [
        {
            resolve: 'gatsby-source-national-park-api',
            options: {
                apitKey: ''
            },
        },
    ],
}

About

Gatsby plugin sourcing data from the National Park Service API


Languages

Language:JavaScript 100.0%