mitsugu / getcovid

get positeve current number of COVID-19 on Tokyo, Osaka, Hyogo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

What's this

Acquires the current number of positive COVID-19 people in Tokyo, Osaka, and Hyogo prefectures and outputs them to standard output as csv.

Usage

  • go run gethyogo.go
  • go run getosaka.go
  • go run gettokyo.go

Build

  • go build gethyogo.go
  • go build getosaka.go
  • go build gettokyo.go

Install

ex.

  • cp gethyogo ~/.local/bin/
  • cp getosaka ~/.local/bin/
  • cp gettokyo ~/.local/bin/

About

get positeve current number of COVID-19 on Tokyo, Osaka, Hyogo

License:The Unlicense


Languages

Language:Go 100.0%