Skip to content

IID 国立感染症研究所 速報データの二次配布オープンデータ

License

Notifications You must be signed in to change notification settings

code4fukui/niid_go_jp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

niid_go_jp

毎日、17:28頃、上記サイトのCSVデータをダウンロードし、BOM付きUTF-8 CSVオープンデータとして二次配布します

オープンデータ

疾病一覧

import { CSV } from "https://js.sabae.cc/CSV.js";
const data = await CSV.fetchJSON("https://code4fukui.github.io/niid_go_jp/data/infections.csv");
data.forEach(d => console.log(`- [${d.name}](${d.url_about})`));
//console.log(data.map(d => `<a href="${d.url_about}">${d.name}${d.name_alternative ? "(" + d.name_alternative + ")" : ""}</a>`).join("、"));

アプリ

About

IID 国立感染症研究所 速報データの二次配布オープンデータ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages