Skip to content

A simple Covid19 Meter App which provides Global and Local Data (such as new / total - deaths / infected / recovered) on covid19 from Rest API.

License

Notifications You must be signed in to change notification settings

mohsin-riad/Covid-19-Tracker

Repository files navigation

Covid-19 Tracker

Live

covid-19-info

installation

git clone https://github.com/mohsin-riad/Covid-19-Tracker.git
cd Covid-19-Tracker
npm install

Tailwind integration

# Generate tailwind.config.js >full
vue add tailwind 

Compiles and hot-reloads for development

npm run serve

Build

install Node Js(v8 engine) | dependency (npm)

# select: vue 3, vue router, bebel
vue create Covid-19-Tracker

# run localhost server
npm run serve

Api Package configuration [Axios]

# individual project integration
npm i axios --save

Add to: src/main.js

import axios from 'axios'

used to sent POST and GET request to the server

Api

Open source api from covid19api

Customize configuration

See Configuration Reference.

About

A simple Covid19 Meter App which provides Global and Local Data (such as new / total - deaths / infected / recovered) on covid19 from Rest API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published