ramyashreeshetty / citibike-status-app

https://ramyashreeshetty-citibike-status-app-streamlit-app-jfmxee.streamlitapp.com/
MIT License
4 stars 15 forks source link
hacktoberfest hacktoberfest-accepted python snowflake streamlit

citibike-status-app

Streamlit based web application which uses python and snowflake to display the status of the citibike station in the NY region.

 
 
 
The dataset which was used in here: https://gbfs.citibikenyc.com/gbfs/en/station_status.json
 

How to contribute

1) Fork this repository. 2) Store this secrets on clipboard or any file.

[snowflake]
user = "snowflakedemo"
password = "Snowflake@123"
account = "zx88924.ca-central-1.aws" 
warehouse = "compute_wh"
database = "citibike" 
schema = "public"

3) You can do run Streamlit app on your local machine or Streamlit Cloud

4) After deploying you can make changes in streamlit.py file in github itself by editting and commiting. 5) Create a PR when done. :smile: Happy contributing!!!