nis130 / Track-Karona

Corona Tracker in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Track Karona

A Tracker made with c to show Covid-19 updates.

PR

Key FeaturesHow To Use

Key Features

  • Live updates

  • command line

    • All The updates is available in your conmmand line
  • Information about virus

    • symptoms
    • Precautions
  • Offline Mode -

    • it is possible to acess the symptoms and the precautions from the ofline mode
  • Cross platform

    • Windows, Linux ready.

How To Use

To clone and run this application, you'll need Git installed on your computer. From your command line:

# Below commands are Tried and Tested on Linux OS

# Clone this repository
$ git clone https://github.com/nis130/Track-Karona

# Go into the repository
$ cd Track-Karona

# Install dependencies
$ sudo bash install.sh

# Run the app
$ chmod +x run.sh
$ ./run.sh

Credits

This Program uses the data from following:

Contributors


Node

This project was part of our FY PIC (programming in c) mini project submission.

About

Corona Tracker in C


Languages

Language:C 96.2%Language:Shell 3.8%