kr-software-engineer
v0.0.1
Published
Scans for accredited certificate storages and the certificates in them
Downloads
3
Maintainers
Readme
kr-software-engineer
:wave: Target: 소프트웨어기술자 경력관리시스템 (Korean)
Environment
- Node.js >= 20
- Puppeteer system requirements
Install
npm install kr-software-engineer
Simple
import EngineerAccountController from 'kr-software-engineer';
// Personal account
const account = await EngineerAccountController.start('ID', 'Password');
console.log(
await account.fetchExpertises(),
await account.fetchCertificateIssueRequests()
);
await account.finalize();
Enums
- AccountType
- ExpertiseSection
- VerificationStatus
- ProofingMethod
- RegistrationRequestProcess
- CertificateTakeoutMethod
- CertificatePrintStatus
To-Dos
- [ ] Add validation and better type when fetching
- [ ] Support more API
- [ ] Use REST API for some operations for faster operation