ahmadawais / corona-cli

🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). To chat: https://twitter.com/MrAhmadAwais/
https://NodeCLI.com
MIT License
1.85k stars 191 forks source link

📦 NEW: Bar chart #91

Closed ChrisWeldon closed 4 years ago

ChrisWeldon commented 4 years ago

Added stacked bar charts for Cases + Deaths + Recovered. Incorporates sorting tags and options for displaying.

Examples: corona --bar corona --bar -s critical corona --bar --limit 8 (default limit is 12)

To Do:

ahmadawais commented 4 years ago

🔗 https://github.com/ahmadawais/corona-cli/releases/tag/5.0.0 🔗 https://www.npmjs.com/package/corona-cli 🏁 Done (in 26s.)

Woohoo! 🥳🥳🥳

ahmadawais commented 4 years ago

@ChrisWeldon bar charts per country would be fun. :)

ChrisWeldon commented 4 years ago

Great! Thank you for being so welcoming @ahmadawais. On my next pull request, I will try to be a little more vigilant on the smaller issues. I'll see if I can add some neet features to the bar charts and maybe take on some other issues in the feed.

ahmadawais commented 4 years ago

Great. Also run npm run format before commit. We should add that as a husky git tag.