MCPcopy
hub / github.com/ahmadawais/corona-cli / infoStates

Function infoStates

utils/theEnd.js:4–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2const { cyan, dim } = require('chalk');
3
4const infoStates = () =>
5 console.log(
6 dim(`
7 \n${sym.info} ${cyan(`KEY:`)}
8${dim(`❯ `)}${cyan(`State:`)} Name of the state
9${dim(`❯ `)}${cyan(`Cases:`)} Total number of cases in a country
10${dim(`❯ `)}${cyan(`Cases (today):`)} Cases in 24 hours GMT/UTC
11${dim(`❯ `)}${cyan(`Deaths:`)} Total number of deaths in a state
12${dim(`❯ `)}${cyan(`Deaths (today):`)} Deaths in 24 hours GMT/UTC
13${dim(`❯ `)}${cyan(`Recovered:`)} Total number of recovered people
14${dim(`❯ `)}${cyan(`Active:`)} Total number of active patients
15`)
16 );
17
18const infoCountries = () =>
19 console.log(

Callers 1

theEnd.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected