TungTh / covtension

A chrome extension that allows you search for live COVID-19 data on any country.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covtension

A simple chrome extension built in HTML, CSS and JS that allows users search for live coronavirus data on any country.

Video demo

Getting Started

To get started, follow the instructions below

To get a local copy up and running follow these simple steps.

  • git clone the repo
git clone https://github.com/onedebos/covtension && cd covtension
  • Install all the required packages with
npm install
  • Build from webpack
npm run build

To install in Chrome

  • Head over to chrome://extensions
  • Toggle "Developer mode" on.
  • Click Load unpacked.
  • Upload the dist folder to chrome
  • The extension should now be available for use

Automated Tests

  • Currently, there are no automated tests avaailable for this project. This will be implemented at a later date.

Authors

👤 Adebola

About

A chrome extension that allows you search for live COVID-19 data on any country.


Languages

Language:JavaScript 100.0%