List of all the concerts I visited. Gatsby frontend for a Contentful backend.
The following environment variables are required:
CONTENTFUL_SPACE_ID- Your Contentful space IDCONTENTFUL_DELIVERY_TOKEN- Your Contentful delivery tokenOPENCAGE_API_KEY- OpenCage geocoding API keyLASTFM_API_KEY- Last.fm API key for fetching band images and genre information (optional, but recommended)LASTFM_SECRET- Last.fm API secret (optional)
- Visit https://www.last.fm/api/account/create
- Create an API account
- Add the API key to your
.envfile or environment variables
Without a Last.fm API key, the site will fall back to using Contentful images.