Socket
Socket
Sign inDemoInstall

corona-warn-app

Package Overview
Dependencies
9
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    corona-warn-app

A corona-warn-app API client


Version published
Weekly downloads
32
increased by433.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

corona-warn-app npm version

An corona-warn-app API client. For a documentation on the API see https://github.com/corona-warn-app/cwa-server#service-apis.

Installation

Run yarn add corona-warn-app or npm install corona-warn-app.

Usage

A complete documentation is available at https://ffflorian.github.io/api-clients/packages/corona-warn-app/.

Example

import {CoronaWarnApp} from 'corona-warn-app';

const cwa = new CoronaWarnApp();

cwa.api.diagnosisKeys.getCountries().then(response => {
  //
});

cwa.api.diagnosisKeys.getDatesByCountry('DE').then(response => {
  //
});

Keywords

FAQs

Last updated on 27 Dec 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc