Skip to content

IzzySmith/rails_coding_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

rails_coding_challenge

Weather comparison app in 3 hours

A simple Rails application that compares the weather of 5 different cities.

Approach

  • Make an intial API call (with multiple city ID's) to retrieve the information
  • Parse the JSON response and display this simply in the views
  • The JSON has key "item", and the value is with a list all the cities data
  • The JSON is parsed and the data from the cities displayed in the view
  • The cities with the best weather attributes are displayed

Improvements

  • use an input form to let users choose own cities (add an API call to match input city name to id)
  • make a recommendation (unfortunately I ran out of time)
  • style the page
  • split the data onto several HTML pages

About

Weather comparison app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published