项目作者: azwyane

项目描述 :
Dashboard made for Covid19 cases data
高级语言: Python
项目地址: git://github.com/azwyane/Covid19.git
创建时间: 2020-04-18T11:16:21Z
项目社区:https://github.com/azwyane/Covid19

开源协议:

下载


Covid19 DASHBOARD

It is the dashboard/data displaying project

extracted from apicovid2019

Build Status

Table of Contents (Optional)

Covid19 Demo

Installation

🚀 To install in your local machine follow the steps below:

Clone

  • Clone this repo to your local machine using https://github.com/azwyane/Covid19.git

Goto to your terminal and type:

  1. git clone https://github.com/azwyane/Covid19.git

Setup

  • Inside your cloned folder create a virtual environment with venv and activate it

    1. python3 -m venv venv
    2. . venv/bin/activate

    which puts you inside virtual environment like this:

    1. (venv)$

    Now install the requirements:

    1. (venv)$pip install -r requirements.txt
  • Run the project

Now to run the project type in your terminal:

  1. (venv)$streamlit run api.py

This can also be run on production mode directly by refering to
the script present in this github
like this:

  1. (venv)$streamlit run https://github.com/azwyane/Covid19/blob/master/api.py

DEPLOYING ON HEROKU

TO Deploy on heroku

Clone the repo and create a app in your Heroku account and push the repo
in your app.

Features

❤️

It is a side project of making use of apicovid2019. It has feature of
displaying data in tabular form, show line graph of present covid cases
around the world and also one can view specific data easily in much
human readable and interactive way.


Contributing

🤝

To get started…

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using https://github.com/azwyane/Covid19.git

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3


📫 Found a bug? Missing a specific feature?

Feel free to file a new issue with a respective title and description on the the azwyane/Covid19 repository. If you already found a solution to your problem, I would love to review your pull request!