react-covid-hooks

1.4.0ย โ€ขย Publicย โ€ขย Published



๐Ÿ“ˆ Statistics for ๐Ÿฆ  COVID19 harnessing the power of โš›๏ธ React Hooks

NPM JavaScript Style Guide License: MIT contributions welcome


react-covid-hooks

๐Ÿ“ˆ Get Statistics for ๐Ÿฆ  COVID19 Harnessing the Power of โš›๏ธ React Hooks

  • ๐Ÿš€ get overall statistics, country-wise, state-wise (US) and statistics till yesterday
  • ๐Ÿฆ  get overall statistics for COVID19
  • ๐Ÿ‡บ๐Ÿ‡ธ get updated statistics for all US states
  • ๐Ÿ—บ๏ธ get statistics for all countries of the world
  • โฎ๏ธ get updates statistics for yesterday
  • ๐Ÿ“ˆ For overall statistics, Data : updated (Time Stamp), cases, todayCases, deaths, todayDeaths, recovered, active, critical, casesPerOneMillion, deathsPerOneMillion, tests, testsPerOneMillion, affectedCountries
  • ๐Ÿ“ˆ For all states of the US, Data : state, cases, todayCases, deaths, todayDeaths, active, tests, testsPerOneMillion
  • ๐Ÿ“ˆ For all countries of the world, Data : country, countryInfo, updated, cases, todayCases, deaths, todayDeaths, recovered, active, critical, casesPerOneMillion, deathsPerOneMillion, tests, testsPerOneMillion
  • ๐Ÿ“ˆ For statistics till yesterday, Data : country, countryInfo, updated, cases, todayCases, deaths, todayDeaths, recovered, active, critical, casesPerOneMillion, deathsPerOneMillion, tests, testsPerOneMillion

๐Ÿ“ฅ Install

npm install react-covid-hooks

๐Ÿ’… Usage

๐Ÿ“ˆ All Statistics

import { useAll } from 'react-covid-hooks';

const allStats = useAll();

๐Ÿ“ˆ Country-wise Statistics

import { useCountries } from 'react-covid-hooks';

const allCountries = useCountries();

๐Ÿ“ˆ State-wise Statistics

import { useStates } from 'react-covid-hooks';

const allStates = useStates();

๐Ÿ“ˆ Statistics till Yesterday

import { useYesterday } from 'react-covid-hooks';

const yesterdayStats = useYesterday();

๐Ÿ—’๏ธ Changelog

Changelog exists in the releases tab

โš™๏ธ Contributions

Contributions/PRs/Feedback is welcome

๐Ÿ“” License

This library is release under MIT License

โ›“๏ธ Connect

GitHub @iamsaeeddevย  ๐Ÿ’ป Want to get updated on latest trends in Open Source? Follow me on GitHub!

Twitter @iamsaeeddevย  ๐Ÿฆ Want to get help or discuss something? Get connected on Twitter!

DEV @iamsaeeddevย  ๐Ÿ“– Want to read my articles? Visit my DEV blog!

LinkedIn @iamsaeeddevย  ๐Ÿข Want to see my professional journey? Let's Connect on LinkedIn


Package Sidebar

Install

npm i react-covid-hooks

Weekly Downloads

0

Version

1.4.0

License

MIT

Unpacked Size

172 kB

Total Files

17

Last publish

Collaborators

  • iamsaeeddev