Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

covid19-qrcode-client

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-qrcode-client

Programmatically generate QR code image used in South Korea's COVID-19 pathway check-in

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

COVID19 QRcode Client

대한민국 전자출입명부(QR 체크인)에 사용되는 QR 코드 이미지를 가져오는 모듈
Programmatically generate QR code image used in South Korea's COVID-19 pathway check-in

  • This project uses puppeteer for NAVER login.
  • I however has no idea where to use this.
    • Was thinking to make a service on Apple Watch or iPhone, but Shortcuts did it all 👍
  • Maybe you can put this into your intranet backend and use it to your app. But I don't think it's that helpful, through.
import { loginWithNaver, getQR } from 'covid19-qrcode-client';

const cookies = loginWithNaver({
  email: 'your-email@naver.com',
  password: 'your-password',
});

getQR(cookies).then(console.log);
// 👀 data:image/jpeg;base64, iVBORw0KGgoAAAANS...
// ⏳ Active for 15 seconds

FAQs

Package last updated on 20 Oct 2020

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