- Financial data from Google Finance
- Airline and Airplanes data from FlightRadar24
- Ruby on Rails
- Nokogiri gem
- Used Kimono to ease the scrapping process
Clone the repo
run
$ bundle installrun
$ rake db:migraterun
$ rake scrape_companies:make_nasdaq_companiesrun
$ rake scrape_companies:get_financialsrun
$ rake scrape_flights:get_airlinesrun
$ rake scrape_flights:get_planes_codesrun
$ rake scrape_flights:get_planes_datarun
$ rails s