Covid-19 tracker: for the trend of increasing/decreasing in new cases in the two most recent periods of N days.
We consider the ratio: (new cases in the last N days) / (new cases in the second last N-day-period)
For example: N = 7 => (this week's new cases)/ (last week's new cases).

Choose N:

Countries with 50k->500k confirmed cases in total, data automatically refreshed daily from Johns Hopkins CSSE : Reference

Totally static website run on client side. Feel free to clone/edit/include on your site.
Coded overnight by minhhn2910@github. Bug & pull request are welcome : covid-tracker repository