gatsby-source-bandsintown

1.0.0 • Public • Published

Gatsby Bandsintown Source

Dead simpel Gatsby plugin for sourcing events from Bandsintown API

Usage

  1. First you need a API-KEY from bandsintown. You can get it here: https://www.artists.bandsintown.com/support/api-installation

  2. Configure gatsby-config.js

    plugins: [
        {
            resolve: "gatsby-source-bandsintown",
            options: {
                key: "<YOUR-API-KEY>",
                // Add the name of the artist you want to source
                artist: "Viagra boys",
            },
        },
    ]

Enjoy!

Package Sidebar

Install

npm i gatsby-source-bandsintown

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.86 kB

Total Files

4

Last publish

Collaborators

  • antonsjolander