Giter Site home page Giter Site logo

covid19japan's Introduction

COVID19Japan.com

A COVID-19 Coronavirus tracker for Japan. Government agencies release detailed data, but in difficult to read formats and usually only in Japaneese.

Contributing Data

If you would like to update any missing or incorrect data on the graphs, please leave a comment on this spreadsheet, and/or request edit access.

https://docs.google.com/spreadsheets/d/e/2PACX-1vRri4r42DHwMHePjJfYN-qEWhGvKeOQullBtEzfle15i-xAsm9ZgV8oMxQNhPRO1CId39BPnn1IO5YO/pubhtml

Data Sources

Data sources we're using.

Our data is sourced from a variety of sources, primarily Japanese news outlets like NHK, prefectural governments and the Ministry of Health, Labour and Welfare.

Countrywide Sources

The Ministry of Health, Labour and Welfare (MHLW) produces several sources of data that we use to cross check and verify.

NHK News is the most comprehensive and standardized reporting of infection cases per prefecture as well as a daily sum up every evening.

Prefecture-specific Data

Prefecture/City Source
Aichi 新型コロナウイルス感染症患者の発生について
Aichi - Nagoya 新型コロナウイルス感染症患者の発生について Weekly Summary
Akita 新型コロナウイルス感染症について
Aomori 新型コロナウイルス感染症についての情報
Chiba 患者の発生について|新型コロナウイルス感染症
Ehime 感染者の発生状況等について
Fukui 新型コロナウイルス感染症について
Fukuoka 福岡県内での発生状況
Fukushima 福島県内の新型コロナウイルス発生状況
Gifu 新型コロナウイルス感染症の患者の発生について
Gunma 新型コロナウイルス感染症について
Hiroshima 患者の発生について
Hokkaido 新型コロナウイルス感染症の道内の発生状況
Hokkaido - Sapporo 新型コロナウイルス感染症の道内の発生状況
Hyogo 新型コロナウイルスに感染した患者の発生状況 PCR
Hyogo - Himeji 新型コロナウイルス感染症患者の発生について
Hyogo - Nishinomiya 西宮市 新型コロナウイルス感染症患者の市内発生状況
Ibaraki 新型コロナウイルス感染症患者の県内の発生状況について
Ishikawa 新型コロナウイルス感染症の県内の患者発生状況
Iwate 新型コロナウイルス感染症関連情報
Kagawa 新型コロナウイルスに関連した患者の発生について
Kanagawa 新型コロナウイルスに感染した患者の発生状況
Kanagawa - Funabashi 市内で新型コロナウイルス感染症患者
Kagoshima 新型コロナウイルス感染症に関する情報
Kochi 高知県における新型コロナウイルス感染症患者の発生状況について PCR
Kumamoto 新型コロナウイルス感染症
Kumamoto - Kumamoto City 新型コロナウイルス感染症について
Kyoto 新型コロナウイルス感染症の患者の発生について
Mie 新型コロナウイルス感染症に関連した肺炎患者の発生について
Miyagi 県内における発生状況等について
Miyazaki 新型コロナウイルス感染症患者
Nagano 新型コロナウイルス感染症に係る検査状況について
Nara 新型コロナウイルス感染症の患者の発生について (Note, inconsistent recording of asymptomatic vs symptomatic)
Nagasaki 長崎県内の発生状況
Niigata 県内における感染者の発生について
Oita 新型コロナウイルスに関するお知らせ
Oita - Oita City 大分市における新たな新型コロナウイルス感染症患者の発生について
Okayama 新型コロナウイルス感染症について
Okinawa 患者の発生について (Patients)
Osaka 新型コロナウイルス感染症について
Saga 佐賀県の新型コロナウイルス感染症の状況(事実と異なる情報や噂にご注意ください
Saitama 記者発表資料 (Dashboard)
Shiga 新型コロナウイルス感染症患者の発生状況
Shimane 新型コロナウイルス感染症に関する情報
Shizuoka 新型コロナウイルス感染症(COVID-19)関連情報
Shizuoka - Shizuoka City 新型コロナウイルス感染症
Tochigi 新型コロナウイルス感染症について
Tochigi - Utsunomiya City 宇都宮市における新型コロナウイルス感染症の発生状況
Tokushima 新型コロナウイルス感染症について
Tokyo Latest updates on COVID-19 in Tokyo / Primary sources: 東京都新型コロナウイルス感染症対策本部報
Tottori 新型コロナウイルス感染症(COVID-19)特設サイト
Toyama 新型コロナウイルス感染症について(相談件数及び検査件数)
Wakayama 新型コロナウイルス感染症に関連する情報について
Yamagata 新型コロナウイルス感染症に関連するポータルサイト
Yamaguchi 新型コロナウイルス感染症の山口県内での発生について
Yamanashi 新型コロナウイルス感染症に関する総合情報

We need your help! Please submit any information sources via the "Issues" tab above. Thank you! ありがとう!

Contributing Code

If you would like to contribute features / refactor / etc, please open an Issue on this repo, and tag @reustle - We can then open a new Pull Request if it is deemed in line with the projects goals.

Requirements

  • NodeJS

Build Instructions

Set up environment

npm install

Build once:

npm run build

Build continuously:

npm run watch

Start Server:

npm run start

# or run continuous build + server
npm run start-webpack

Build for production (minified):

npm run build-prod

You will now be able to access the site at http://localhost:4000/

Contributors

Other Resources

covid19japan's People

Contributors

ann-kilzer avatar coliff avatar colinthornton avatar crocsx avatar franciscop avatar l15n avatar liquidx avatar noodlefrenzy avatar olingern avatar pr1ncess-z avatar python273 avatar reustle avatar tatellos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.