Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-trackingmore

Gatsby source plugin for fetching carriers from Trackingmore.com

Install

yarn add gatsby-source-trackingmore

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: "gatsby-source-trackingmore",
    options: {
      apiKey: "...",
    },
  },
];
© 2023 Gatsby, Inc.