https://github.com/sd2001/heroku-pyowm
Making a weather forecast web app using streamlit and deployed using Heroku.
https://github.com/sd2001/heroku-pyowm
hacktoberfest hacktoberfest2022 heroku heroku-pyowm pyowm python streamlit
Last synced: about 2 months ago
JSON representation
Making a weather forecast web app using streamlit and deployed using Heroku.
- Host: GitHub
- URL: https://github.com/sd2001/heroku-pyowm
- Owner: sd2001
- License: mit
- Created: 2020-07-19T18:56:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T06:30:10.000Z (over 2 years ago)
- Last Synced: 2023-08-10T10:37:40.696Z (almost 2 years ago)
- Topics: hacktoberfest, hacktoberfest2022, heroku, heroku-pyowm, pyowm, python, streamlit
- Language: Python
- Homepage: https://streamlit-sd-forecast-app.herokuapp.com/
- Size: 252 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heroku-pyowm
Its **LIVE**
Link: https://streamlit-sd-forecast-app.herokuapp.com/

## Part of Technocolabs Internship Mini Project
Making a weather forecast webapp using **streamlit** and deploying it using **heroku**.### To install all the dependencies
```terminal
pip install -r requirements.txt
```
*This installs all the dependencies on your computer using the cmd.***Having created a web app on heroku**
```terminal
heroku create appname-app
```
*Ensure that heroku is added in your Environment variables*Navigate to the Original Folder
```terminal
cd Heroku-Files
```Initialize a repo:
```terminal
git init(in that folder)
```Add the files:
```terminal
git add .
```
Commit the staged changes:
```terminal
git commit -m "Mssg"
```
Push the files to heroku:
```terminal
git push heroku master
```
**Congrats you have just deployed your web-app successfully**Be careful and keep the Procfile and setup.sh as mentioned in the heroku Documentation.
https://devcenter.heroku.com/categories/reference