Skip to content

Commit 20c3787

Browse files
committed
changed package to 0.2.0
1 parent 80036b1 commit 20c3787

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coronavirus-tracker-cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "track conronavirus cases from cli",
55
"main": "./lib/corona.js",
66
"bin": {

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ corona
2626

2727
### ToDos
2828

29-
* Gets stats by country.
30-
* Add growth rate / daily change.
29+
* Filter by country to get cases by local states.
30+
* ~~Add daily change.~~
31+
* Add growth rate. (linear regression)
3132
* Add latest updates from reddit / twitter.
3233

3334
## License

0 commit comments

Comments
 (0)