- 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 install -
run
$ rake db:migrate -
run
$ rake scrape_companies:make_nasdaq_companies -
run
$ rake scrape_companies:get_financials -
run
$ rake scrape_flights:get_airlines -
run
$ rake scrape_flights:get_planes_codes -
run
$ rake scrape_flights:get_planes_data -
run
$ rails s