Skip to content

Commit f5af61e

Browse files
updated readme
1 parent 8b746ba commit f5af61e

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# corona-api
2-
Covid 19 api
1+
# Corona API
2+
> Covid 19 api
3+
4+
## Build Setup
5+
6+
```bash
7+
# install dependencies
8+
$ npm install
9+
10+
#run locally and serve with hot reload at localhost:5000
11+
$ npm run dev
12+
13+
```
14+
15+
## Endpoints
16+
* https://rona-api.herokuapp.com/ ➡️ all countries data
17+
* [https://rona-api.herokuapp.com/{country}](https://rona-api.herokuapp.com/kenya) ➡️ single country data
18+
19+
20+
21+
# Licence
22+
[MIT](https://github.com/Opensource-254/corona-api/blob/master/LICENSE)
23+

0 commit comments

Comments
 (0)