1.0.0 • Published 4 years ago

gatsby-source-bandsintown v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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!