Skip to content

Latest commit

 

History

History
97 lines (73 loc) · 3.09 KB

README.md

File metadata and controls

97 lines (73 loc) · 3.09 KB

ShowScout

ShowScout is a web application that allows users to log in with their Spotify account and view upcoming shows of their favorite artists. The application leverages the Spotify API to fetch the list of artists the user follows and displays their upcoming concerts.

Features

  • Spotify Authentication: Log in with your Spotify account.
  • Artist Tracking: View a list of artists you follow on Spotify.
  • Upcoming Shows: Get information about upcoming concerts and events for your favorite artists.

Technologies Used

  • Next.js: A React framework for server-rendered applications.
  • TypeScript: A statically typed superset of JavaScript.
  • Tailwind CSS: A utility-first CSS framework.
  • NextAuth: Authentication for Next.js.
  • Spotify API: Fetches data about the user's followed artists.
  • TicketMaster API: Fetches data about the artist's concerts.

Getting Started

Prerequisites

  • Node.js: v14.x or higher
  • npm: v6.x or higher (or yarn: v1.22.x or higher)

Usage

  1. Sign In: Click on the "Sign In with Spotify" button to authenticate with your Spotify account.
  2. View Followed Artists: Once signed in, you can view a list of artists you follow on Spotify.
  3. Upcoming Shows: Check out the upcoming concerts and events for your followed artists.