3.0.4 • Published 3 years ago

gatsby-source-mxc-supernode v3.0.4

Weekly downloads
1
License
0BSD
Repository
-
Last release
3 years ago

A minimal plugin allowing you to pull publicly accessible data from an MXC Supernode.

Currently it only supports the Gateway Locations API.

How to Install

Using NPM: npm install --save gatsby-source-mxc-supernode

Using Yarn: yarn add gatsby-source-mxc-supernode

Initial Setup

Go to your gatsby-config.js file and add the following to plugins: [] :

    {
          resolve: `gatsby-source-mxc-supernode`,
          options: {
            supernode: [`https://lora.supernode.matchx.io`,`https://lora.hunanhuaweikeji.com`,'https://mxcxy.com','https://lora.rosanetworks.com','https://k-supernode.com'],
          },
        },
3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago