/Heroku-pyowm

Making a weather forecast web app using streamlit and deployed using Heroku.

Primary LanguagePythonMIT LicenseMIT

Heroku-pyowm

Its LIVE

Link: https://streamlit-sd-forecast-app.herokuapp.com/

Image 1 Image 2

Part of Technocolabs Internship Mini Project

Making a weather forecast webapp using streamlit and deploying it using heroku.

To install all the dependencies

pip install -r requirements.txt

This installs all the dependencies on your computer using the cmd.

Having created a web app on heroku

heroku create appname-app

Ensure that heroku is added in your Environment variables

Navigate to the Original Folder

cd Heroku-Files

Initialize a repo:

git init(in that folder)

Add the files:

git add .

Commit the staged changes:

git commit -m "Mssg"

Push the files to heroku:

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