Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 722 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 722 Bytes

description

IPweather is a python weather program that can find the forecast near you using couple of python libraries


How it works

1. Ipify

Ipify works by sending a request to Ipify's servers and then they send back your Ip address


2. Ipapi

Ipapi is a geolocation service using your IP address


3. OpenWeatherMaps

OpenWeatherMaps works by inputing the city from Ipapi and getting the weather forecast.

IPweather Site

License: CC BY-NC-SA 4.0