KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Track-Karona
★ 8
Open GitHub ↗
Corona Tracker in C
Download README (.md)
Explore Similar Repositories
youtube-player-enhancer
:
Chrome extension that enhances the YouTube player experience.
outbreak-tracker
:
No description available.
iceberg
:
WhatsApp chatbot for school assignment management.
bili-av
:
Bilibili AV/BV Utils
Topic_Modeling
:
LDA_Coherence, LDA_Perplexity
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Track-Karona
?
Download (.md)
<h1 align="center"> <br> <img src="track-karona.png" alt="Track Karona" width="550"> <br> </h1> <h4 align="center">A Tracker made with c to show Covid-19 updates.</h4> <p align="center"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=round-square" alt="PR"> </p> <p align="center"> • <a href="#key-features">Key Features</a> • <a href="#how-to-use">How To Use</a> </p> <img src="img/screenshot1.png" width="100%"> <img src="img/screenshot2.png" width="100%"> ## 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](https://git-scm.com) installed on your computer. From your command line: ```bash # 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: - [covid19api](https://covid19api.com/) ### Contributors - [@nis130](https://github.com/nis130) - [@alisolanki](https://github.com/alisolanki) - [@mrpandya](https://github.com/mrpandya) --- ## Node This project was part of our `FY PIC (programming in c)` mini project submission.