covid19-qrcode-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i covid19-qrcode-client

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

6.44 kB

Total Files

8

Last publish

Collaborators

  • junhoyeo