aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 58b015e416416c05fa46a37ea35fb326ed481a90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## V-Cowin
Bunch of programs writtern in V Programming Language for Vaccine availability checking utilizing Co-WIN Public APIs

### Usage
Command Line
```v
v run ./find_session_plain 13-08-2021
// Only shows whether vaccines are available or not (both paid & free)
```
If you need more details on the availability run
```v
v run ./find_session 13-08-2021
//Press enter to increment dates
```

```diff
- *Important<span> District Code is hardcoded to **Thiruvananthapuram*
```

### TODO
- [ ]  UI Formating
- [ ]  User Input for State & District
- [ ]  Filter Free & Paid

### !!Disclaimer
> All of the code hosted in this repo for learning purpose only. I will not be responsible for any error or inaccuracy in the data or any damage caused by this. - Indrajith K L