Netlify announces the next evolution of Gatsby Cloud. Learn more
Gatsby source plugin for fetching carriers from Trackingmore.com
yarn add gatsby-source-trackingmore
// In your gatsby-config.js plugins: [ { resolve: "gatsby-source-trackingmore", options: { apiKey: "...", }, }, ];