Skip to content

Commit

Permalink
feat: yesterday(docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed Apr 4, 2020
1 parent 3f09964 commit 1e85182
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ const track = new NovelCovid();
```js
.all();
```

### Yesterday

```js
.yesterday();
```

### Countries

```js
Expand All @@ -94,6 +101,7 @@ const track = new NovelCovid();
```

### States

```js
.states(); // For ALL states
```
Expand All @@ -103,6 +111,7 @@ const track = new NovelCovid();
```

### Historical

```js
.historical(); // For ALL
```
Expand All @@ -120,6 +129,7 @@ const track = new NovelCovid();
```

### Jhucsse

```js
.jhucsse();

Expand All @@ -129,6 +139,7 @@ const track = new NovelCovid();
```

### countryName

```js
.countryNames(); // All the country names which are effected.
```
Expand Down

0 comments on commit 1e85182

Please sign in to comment.