Skip to content

permanentdaylight/weather-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Weather Report

##Objectives

Create a Python application that will pull data from multiple Weather Underground API endpoints and present a weather report to the user.

##Skillsets

  1. Understand the purpose and structure of Web APIs.
  2. Understand JSON structure.
  3. Be able to access an API using a token.
  4. Be able to make HTTP requests via requests.
  5. Be able to pull and merge information from multiple API endpoints.

Guide

Weather Report is a program that accesses Weather Underground's API (https://www.wunderground.com/weather/api/d/docs?MR=1). The program prompts the user for a zip code and, using request methods, displays various information on that location's weather patterns - temperature, sunrise, sunset, etc.

About

Weather API - Iron Yard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages