Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

nasa-satellite-source

Pulls satellite data sourced from The Satellite Situation Center Web API

Example

In your gatsby-config.js:

module.exports = {
  plugins: [
    {
      resolve: "nasa-satellite-source",
    },
  ],
}
© 2023 Gatsby, Inc.