# Build Weather App - TW [![hackmd-github-sync-badge](https://hackmd.io/zgc3oOJMTBWf4PYwGvenOg/badge)](https://hackmd.io/zgc3oOJMTBWf4PYwGvenOg) ###### tags: `public`,`build`,`weather` ## How to use? --- Clone from my github ``` git clone https://github.com/tingruikp0925/WeatherAPP.git ``` Install Python3 ``` brew install python3 ``` Install requirement ``` pip install -r requirements.txt ``` Change your token & input on bard_api.py ``` docker run -p 3333:3333 -e AUTHORIZATION=YourCWB-Token weather ``` Visit It ``` http://localhost:3333 ``` ![](https://hackmd.io/_uploads/SySce03w2.png) --- How to register CWB? - Go to https://opendata.cwb.gov.tw/userLogin - Create Account - Get CWB Token --- Reference & Link [Opendata CWB](https://opendata.cwb.gov.tw/dist/opendata-swagger.html#/%E9%A0%90%E5%A0%B1/get_v1_rest_datastore_F_C0032_001) [Source Code](https://github.com/tingruikp0925/WeatherAPP.git) --- ![](https://hackmd.io/_uploads/S1I5rEF42.png)