Gatsby plugin sourcing data from the National Park Service API.
In gatsby-config.js
:
module.exports = {
plugins: [
{
resolve: 'gatsby-source-national-park-api',
options: {
apitKey: ''
},
},
],
}