Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
/ fukuoka-c19.rs Public archive

A desktop viewer for stats on COVID-19 in Fukuoka in Rust with Dioxus

License

Notifications You must be signed in to change notification settings

shnarazk/fukuoka-c19.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fukuoka COVID-19 stats viewer

Swift版から移植。2022年9月27日で更新停止したので意味なくなった。

Flow

flowchart TD
A[hyper::Client::get] -- html --> B[parse and get];
B -- csv data --> C[regex::capture];
C --csv::CovidPatient --> D[calculate stats.];
D -- dioxus::Element --> E[Dioxus];
Loading

スクリーンショット 2023-04-14 1 21 16 スクリーンショット 2023-04-14 1 21 32 スクリーンショット 2023-04-14 1 21 48

Note

2022-04-14

数日前からデータが取れなくなった。多分32万行を超えて何かの上限になったのだろう。。

2022-02-15のデータが壊れとるがな!第1フィールドが数値にならないので気いつけや。

 - fail to convert data: あq,400009,福岡県,2022/02/15,火,糟屋郡,80代,女性

About

A desktop viewer for stats on COVID-19 in Fukuoka in Rust with Dioxus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published