We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b746ba commit f5af61eCopy full SHA for f5af61e
README.md
@@ -1,2 +1,23 @@
1
-# corona-api
2
-Covid 19 api
+# Corona API
+> 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