kr-software-engineer
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

kr-software-engineer

Maintained as of 2024

👋 Target: 소프트웨어기술자 경력관리시스템 (Korean)

Environment

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

Package Sidebar

Install

npm i kr-software-engineer

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

11.4 kB

Total Files

4

Last publish

Collaborators

  • mcpe_pc