Skip to content

A map-centric concert finder by location for live music enthusiasts

Notifications You must be signed in to change notification settings

laura-campbell/ShowMo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShowMo

A map-centric NYC concert finder for live music enthusiasts. Uses SongKick API to allow users to see concerts happening in their area in the next 7 days.

Motivation

This was a pair-programming student project, created in my third module for Flatiron School's immersive web development program.

Screenshots

Tech/framework used

Built with

Installation

  1. Start the Backend:

    $ cd backend

    $ bundle install

    $ rails db:migrate

    $ rails db:seed

    $ rails s

  2. Start the Frontend:

    $ cd frontend

    $ open index.html

API Reference

SongKick API (https://www.songkick.com/developer)

About

A map-centric concert finder by location for live music enthusiasts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.0%
  • JavaScript 18.5%
  • HTML 8.9%
  • CSS 4.6%