Skip to content

Gatsby plugin sourcing data from the National Park Service API

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published