New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

covid19-scrape

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

covid19-scrape

library data covid

  • 1.0.2
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Buy Me A Coffee



instal library

npm i covid19-scrape

var library = require('covid19-scrape')

var search = "jakarta"||"all"
library.covid(search).then(data => console.log(data))
library.covid19(search).then(data => console.log(data))

result

{
  "status": true,
  "creator": "@insaneupdate",
  "message": "<b><u>Provinsi : DKI Jakarta</u></b>\n\nKasus Positif : 406205\nKasus Sembuh : 393166\nKasus Meninggal : 6625\n\n"
}
{
  "status": true,
  "creator": "@insaneupdate",
  "message": "<b><u>Provinsi : DKI JAKARTA</u></b>\n\nLAKI-LAKI 207136\nPEREMPUAN 208143\nUmur:\n0-5 12984\n6-18 36053\n19-30 106794\n31-45 123281\n46-59 87611\n≥ 60 45320\n\n419208 Kasus, 405284 Sembuh,\n6963 Meninggal, 6961 Dirawat"
}

Keywords

FAQs

Package last updated on 10 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc