Skip to content

Ward-R/Tokyo-Turntable

 
 

Repository files navigation

📚 Tokyo Turntable

This was our final rails group project at Le Wagon. Tokyo Turntable is a mobile web-app that helps users find shows to go to in the Tokyo area. It webscrapes venues and show listings, then it automatically pairs the bands to spotify so you can hear what they sound like.

image
App home: www.tokyoturntable.com

Getting Started

Setup

Install gems

bundle install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Acknowledgements

We webscraped www.tokyogigguide.com for this student project, and appreciate the work they have done to actually connect people to live shows in Tokyo for over 20 years.

Team Members

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License

About

An app which helps you find live shows happening around Tokyo which suit your music taste.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 75.6%
  • Ruby 16.2%
  • SCSS 6.8%
  • JavaScript 1.2%
  • Dockerfile 0.2%
  • Shell 0.0%