Skip to content

benhodgson87/songkick-search-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Songkick Concert Search

A Chrome Extension for searching an artist's upcoming tour dates just by highlighting their name.

Built over the course of about 6 hours at the August 2017 Songkick Hackday ⛏

concert search extension screenshot showing SZA tour dates

Built with React. Originally generated using react-chrome-extension-boilerplate.

API requests are made via a proxy Express server hosted on Heroku, which gets around the lack of Songkick API CORS support, and keeps the API key from being passed openly from the client.

Commands

yarn dev to spin up a dev environment.

yarn build to create a packaged Chrome extension

Future Work

  • Actually write some unit tests! (It was a hackday project)
  • Store state in Redux rather than component state
  • Show a Spotify web player for the artist
  • Get additional artist data, social links, etc. from MusicBrainz
  • Use MusicBrainz ended data point to hide track links if artist is no longer alive
  • Use Songkick oAuth to let a user track artists and mark event attendance from within the extension

About

A Chrome Plugin for searching artist concert dates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published