learn-co-students / kwk-l1-weather-forecast-kwk-students-l1-dfw-070918

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Report

Today, you're using data from Weather Underground to build out a weather report app! They're giving you awesome weather data in a hash that looks something like this:

{
	:city => "New York",
	:description => "Partly Cloudy",
	:temperature_farenheit => 66.3,
	:temperature_celcius => 19.1
}

Instructions

This lab is test driven — write your code in the weather.rb file. Using the comments and tests as a guide, write methods that take in a weather hash as an argument and return the desired values.

KWK-L1 Weather Report

About

License:Other


Languages

Language:Ruby 100.0%