Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.
/ hcs.js Public archive
forked from kimcore/hcs.js

[PR용] 교육부 학생 건강상태 자가진단 라이브러리

License

Notifications You must be signed in to change notification settings

pmh-only/hcs.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hcs.js

install size image

image

가상 키보드에 대응합니다! v1.1.3 부터는 최적화된 코드를 제공합니다.

교육부 학생 건강상태 자가진단 라이브러리입니다.

현재 문서는 따로 없으며, example.js를 참고해주시면 감사하겠습니다.

프록시 사용법

https-proxy-agent 라이브러리를 통해 프록시를 사용하실 수 있습니다.

상세한 사용법은 https-proxy-agent 레포에서 확인해주세요.

const HttpsProxyAgent = require('https-proxy-agent');

const agent = new HttpsProxyAgent("http://123.456.789.123:8080") // Proxy URI
hcs.setAgent(agent)

About

[PR용] 교육부 학생 건강상태 자가진단 라이브러리

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages

  • JavaScript 100.0%