Weather API

Chandramouli Yalamanchili
Updated - 06/03/2021 [Created - 03/28/2021]
View Project Code on GitHub

Weather API<


Introduction

The goal of this project is to use Python requests package and pull data from internet and then parse the JSON payload to format the response back to end-user. Through this project, I have gained knowledge about making the web service calls in Python, I have also understood the code that is needed to be able to parse the JSON payload, which is the common message format used for RESTful APIs. This project has helped me to be prepared to write Python code needed to ingest the data from API services to consume data in real time.
back to top

Input Dataset

N/A - Data is derived from webservice API depending on input parameters provided by the end user.
back to top

Prerequisite

Usage

Method Used

Authors