A simple unit converter using ladybug.datatype.
Install dependencies:
> pip install -r requirements.txt
Start Streamlit
> streamlit run app.py
You can now view your Streamlit app in your browser.
Network URL: http://172.17.0.2:8501
External URL: http://152.37.119.122:8501
Make changes to your app in the app.py
file inside the "app" folder.
You can run the app locally inside Docker to ensure the app will work fine after the deployment.
You need to install Docker on your machine in order to be able to run this command
> pollination-apps run app justinshultz --name "Simple-Unit-Converter"
> pollination-apps deploy app --name "Simple-Unit-Converter" --public --api-token "Your api token from Pollination"
In order to configure github actions to deploy your app you will need to:
- Configure a secret called
POLLINATION_TOKEN
with your Pollination API key as the value - Create a new release of your app on Github with a new tag
Github actions will then package and deploy your code to an app called Simple-Unit-Converter