Skip to content

nicewook/corona-visual-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona visual server

Make a bar chart which compares COVID-19 confirmed case of each weekday for several weeks

Interactive bar chart

Purpose of the project

  1. Desire for checking weekday comparison of the COVID-19 confirmed case
  2. Practice Go visual chart package - go-echarts
  3. Practice using an Open API from the government
  4. Practice deploying to Heroku using GitHub Actions

How to run locally

  1. data.go.kr 서비스 키를 발급 받으세요.
  2. 서비스키가 URL_ENCODED 되어서 나오기 때문에 urldecoder.org 에서 DECODE 해주세요.
  3. 그 다음 프로젝트 루트에서 실행하세요.
    SERVICE_KEY=<your_service_key> go run main.go

Blog posting(In Korean language)

  1. 공공데이터 오픈API를 신청해서 데이터 얻기
  2. 데이터를 먹기좋게 요리하기
  3. 데이터를 차트로 만들어서 웹서비스 하기
  4. Heroku 에 올려서 서비스하기

Acknowledgments

Special thanks to Mo Kweon for the great contribution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages