資料來源:衛生福利部
go get github.com/g0v/1021puyuma
- 下載 xlsx
- 移動xlsx檔案到
$gopath/src/github.com/g0v/1021puyuma/people.xlsx
- 執行
go run main.go
- 執行
git commit
andgit push
jekyll serve
On Oct. 21, a Puyuma Express Train derailed on the East Coast of Taiwan. The Ministry of Health is releasing a series of injured passengers and their whereabouts, but it is currently located on a Google Drive link that is periodically updated. A group of nobodies at g0v wrote a parser that takes the xlsx file from the Google Drive website and serves it in a search engine format so the public can easily see who has been affected.
The source of our data is: 資料來源:衛生福利部
To update the data on this website, assuming you have Golang installed and your $Gopath set up:
go get github.com/g0v/1021puyuma
- Download this xlsx
- Move the xlsx to
$gopath/src/github.com/g0v/1021puyuma/people.xlsx
- Run
go run main.go
- Run
git commit
andgit push
Run jekyll serve
on root directory of project.