diff options
author | Indrajith K L | 2021-08-12 15:05:34 +0530 |
---|---|---|
committer | Indrajith K L | 2021-08-12 15:05:34 +0530 |
commit | b4b8338010a98e57fabeeb6d77c04c64a5d058a3 (patch) | |
tree | e79d12f0971e98eccb67a477efc1e743729455ee /README.md | |
download | v-cowin-b4b8338010a98e57fabeeb6d77c04c64a5d058a3.tar.gz v-cowin-b4b8338010a98e57fabeeb6d77c04c64a5d058a3.tar.bz2 v-cowin-b4b8338010a98e57fabeeb6d77c04c64a5d058a3.zip |
Initial Commit
* Adds Readme
* Adds CLI & TerminalUI programs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..19eb318 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## 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 +``` + +> All of the code is for learning purpose only. I will not be responsible for any error or inaccuracy in the data or any damage caused by this.
\ No newline at end of file |