|
| 1 | + |
| 2 | +# CovidKazakhstan 🇰🇿 |
| 3 | +**CovidKazakhstan is the application that allows you track COVID-19 cases in Kazakhstan.** |
| 4 | + |
| 5 | +# Where does the data come from? |
| 6 | +To get numbers about **total infected people, amount of cured and deaths** application scraps data from the official [Ministry of Health of Kazakhstan website related to coronavirus situation](https://coronavirus2020.kz). The information about amount of **people on quarantine, home quarantine and total amount of performed tests for COVID-19** comes from API. I found the request URLs in source of https://anti-corona.kz/#data. |
| 7 | + |
| 8 | +App uses **["Kanna"](https://github.com/tid-kijyun/Kanna)** to parse downloaded HTML |
| 9 | + |
| 10 | +# Features |
| 11 | + |
| 12 | + |
| 13 | + - **Get the information you must know about coronavirus COVID-19.** |
| 14 | + - **See the last data such as:** |
| 15 | + * **Amount of infected people** |
| 16 | + - **Amount of cured people** |
| 17 | + - **Amount of deaths** |
| 18 | + - **Amount of people on quarantine** |
| 19 | + - **Amount of people on home quarantine** |
| 20 | + - **Amount of performed tests for COVID-19** |
| 21 | + - **Get help contact details and verified news sources** |
| 22 | + - **Easy-to-use interface** |
| 23 | + |
| 24 | +# License |
| 25 | +This application is distributed under the terms and conditions of the MIT license. |
| 26 | +``` |
| 27 | +Copyright (c) 2020 Tamerlan Satualdypov |
| 28 | +
|
| 29 | +Permission is hereby granted, free of charge, to any person obtaining |
| 30 | +a copy of this software and associated documentation files (the |
| 31 | +"Software"), to deal in the Software without restriction, including |
| 32 | +without limitation the rights to use, copy, modify, merge, publish, |
| 33 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 34 | +permit persons to whom the Software is furnished to do so, subject to |
| 35 | +the following conditions: |
| 36 | +
|
| 37 | +The above copyright notice and this permission notice shall be included |
| 38 | +in all copies or substantial portions of the Software. |
| 39 | +
|
| 40 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 41 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 42 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 43 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 44 | +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 45 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 46 | +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 47 | +``` |
0 commit comments