Skip to content

bumworld/coronavirus-live-update

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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
  1. install Twitter4j library following the instruction
  2. 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.
  3. You need to have twitter dev key to get notified over twitter dm 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

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.

About

Coronavirus World Map Live for Youtube Streaming in Processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Processing 100.0%