https://github.com/renatorrocha/showscout
Web application that allows users to log in with their Spotify account and view upcoming shows of their favorite artists.
https://github.com/renatorrocha/showscout
Last synced: about 2 months ago
JSON representation
Web application that allows users to log in with their Spotify account and view upcoming shows of their favorite artists.
- Host: GitHub
- URL: https://github.com/renatorrocha/showscout
- Owner: renatorrocha
- Created: 2024-07-24T15:22:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T10:57:36.000Z (9 months ago)
- Last Synced: 2025-01-28T22:27:19.457Z (4 months ago)
- Language: TypeScript
- Homepage: https://spot-show.vercel.app
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.