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
- Host: GitHub
- URL: https://github.com/albertcodes/weather
- Owner: albertcodes
- License: mit
- Created: 2018-11-25T10:46:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T08:15:03.000Z (over 6 years ago)
- Last Synced: 2025-02-16T19:18:22.695Z (12 months ago)
- Topics: application, cloud, geolocation, weather
- Language: Python
- Homepage:
- Size: 4.15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App :partly_sunny:
# [](https://forthebadge.com) [](https://forthebadge.com)

###### * (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.