Inspiration

We initially wanted to generate a list of concerts curated to the user's music taste through an additional music service API (Deezer), the latter of which we did not end up integrating.

What it does

Finds concerts by city through a ticket service API (Seatgeek).

How we built it

A frontend hosted on GitHub, which pulls from the SeatGeek API.

Challenges we ran into

Integrating two API's into our application.

Accomplishments that we're proud of

A presentable UI, and building significant parts of our original vision.

Share this project:

Updates

posted an update

Initial Brainstorming:

Features

  • Location (e.g. Search Box)
  • Filter by artist, genre
  • Email notification Frontend
  • HTML/CSS/Javascript Backend
  • Express APIs
  • Deezer for music preferences
  • Ticketmaster or Seatgeek for concert information Steps
  • Get user authorization to access Deezer account
  • Create a list of genres based on the user’s top albums (charts) and favorited albums
  • Get a list of user’s top artists
  • Get location from user (either browser permission or search bar)
  • Query Ticketmaster for concerts that match genres and artists
  • Return that information to the frontend to render the results

Log in or sign up for Devpost to join the conversation.