niksudan / concert-tracker

🎸 A website to show you which of your top artists you've not seen live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎸 Concert Tracker

A website to show you which of your top artists you've not seen live.

Built with TypeScript, React and NextJS.

Example

Configuration

Make a copy of .env.example, name it .env, and fill in the following values:

SETLISTFM_API_KEY=  ; Your application's setlist.fm API key
SETLISTFM_USER_ID=  ; Your setlist.fm username

LASTFM_API_KEY=     ; Your Last.fm API key
LASTFM_API_SECRET=  ; Your Last.fm secret key
LASTFM_USER_ID=     ; Your Last.fm username

Installation

  • yarn
    • yarn dlx @yarnpkg/sdks vscode (optional)
  • yarn db

Commands

Command Description
yarn dev Run development server
yarn build Compile website for production
yarn start Run production server
yarn lint Lint project
yarn db Reset database

About

🎸 A website to show you which of your top artists you've not seen live

License:MIT License


Languages

Language:TypeScript 97.1%Language:SCSS 1.9%Language:JavaScript 1.0%