Make a bar chart which compares COVID-19 confirmed case
of each weekday for several weeks
- Desire for checking weekday comparison of the
COVID-19 confirmed case
- Practice Go visual chart package - go-echarts
- Practice using an
Open API
from the government - Practice deploying to Heroku using GitHub Actions
- data.go.kr 서비스 키를 발급 받으세요.
- 서비스키가 URL_ENCODED 되어서 나오기 때문에 urldecoder.org 에서 DECODE 해주세요.
- 그 다음 프로젝트 루트에서 실행하세요.
SERVICE_KEY=<your_service_key> go run main.go
Special thanks to Mo Kweon for the great contribution.