Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 946 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 946 Bytes

City Guru

  • Description: CLI app for retrieving basic information, quality of life data, and salary data about major cities
  • Created: April 2019 (Flatiron School Mod 1)
  • Language: Ruby
  • Planning Document: Google Doc
  • Collaborator: Soyeong Oh (@axionos)

City Guru Demo Video

What can I do with City Guru?

  • search for a city
  • retrieve city information, salary data, and quality of life data
  • add cities to favorites list
  • view fun facts about cities in city database

How do I use City Guru?

open terminal

git clone https://github.com/dnj547/city-guru-project.git
cd city-guru-project
bundle
rake db:migrate
rake db:seed
ruby bin/run.rb