An open API service indexing awesome lists of open source software.

https://github.com/squidkid-deluxe/forecast

A script that webscrapes forecast data and plots it.
https://github.com/squidkid-deluxe/forecast

forecast gui matplotlib python3 weather-forecast

Last synced: 3 months ago
JSON representation

A script that webscrapes forecast data and plots it.

Awesome Lists containing this project

README

        

*NOTE: DarkSky.net no longer exists; keeping repository up for reference*

-------------------------

# Future_plot_temp.py

A impressively small script that webscrapes data from darksky.net given a zipcode which is converted into latitude and longitude. Once it does that, the script parses the data given back many times, and finally produces a graph.

Dependencies:
===================
future_plot_temp.py:
- json
- matplotlib
- datetime
- numpy
- requests
- tzlocal