Skip to content

yonggeun/coronavirus-live-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coronavirus World Map Live for Youtube Streaming

screenshot

1. Introduction

The Project implements a dashboard to display the real-time information of 2019 novel coronavirus through youtube live streaming. Watch the live stream first.

2. Purpose

  1. To show the number of cases, deaths from repective countries from the source website.
  2. To display the geographical transmission of the virus.
  3. (if possible) To accompany the real-time updates from World Health Organization twitter in alphanumerical format.

3. Installation

  1. download processing IDE from processing.org
  2. install the dependencies from the contributed libraries
    • Ani.to library
    • HTTP Requests for Processing
  3. install Twitter4j library following the instruction
  4. You need to have google developer's key if you want to make this work online from google sheet data. Store this key as a single line key file. See Loader class for the detail.
  5. You need to have twitter dev key to get notified over twitter direct message when any error or update is necessary. Store 4 keys from twitter dev account into a single line key file (semicolon-separated.) See Sentinel Class for the detail.

4. Data Source

  1. This app reads data from my personal google sheet below. This google sheet fetches and from worldometer corona virus real-time statastics.
    1. Google sheet file : this is read-only file.

5. Related Data

5. Forthcoming

  1. twitter trends
  2. Progress graph for each territory

6. Credits

  1. I appreciate the following sources and websites who enormously help to make this app possible.
    1. for twitter dm source
      1. https://coderwall.com/p/yjim_a/sending-tweets-using-processing
    2. for git management
      1. https://gmlwjd9405.github.io/2018/05/17/git-delete-incorrect-files.html
    3. Computing a simple centroid of n-polygon
      1. https://neodreamer-dev.blogspot.com/2009/09/blog-post_0.html
    4. Fonts
      1. Thanks Google fonts. all is Roboto and its family.

Releases

No releases published

Packages

No packages published