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

https://github.com/albertcodes/weather

⛅️ ⠀determining the state of the atmosphere
https://github.com/albertcodes/weather

application cloud geolocation weather

Last synced: 9 months ago
JSON representation

⛅️ ⠀determining the state of the atmosphere

Awesome Lists containing this project

README

          

# Weather App :partly_sunny:

# [![forthebadge](https://forthebadge.com/images/badges/powered-by-water.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

![](img/weather-icon.gif)

###### * (Unstable state: Under Development) *

### Project setup:

* Create a virtual environment $ python3 -m venv /path/to/new/virtual/env.
* Install packages using $pip install command.
* Save all the packages in the file with $pip freeze > requirements.txt. ...
* Pin all the package versions. ...
* Add requirements.txt to the root directory of the project.