Skip to content

A Flex work check in and out automation script, written in typescript. | Flex 그룹웨어 자동 출퇴근 스크립트

Notifications You must be signed in to change notification settings

stevejkang/flex-work-check-in-out-automation

Repository files navigation

flex-work-check-in-out-automation

github workflow

A Flex work check in and out automation script, written in typescript.

Usage (use PM2)

$ git clone https://github.com/stevejkang/flex-work-check-in-out-automation.git
$ cd flex-work-check-in-out-automation
$ yarn && yarn build
$ cp .env.example .env
$ vim .env

Core API

Flex.createNew(username, password): Create Flex instance.

FlexInstance.userStatus: Get user check-in status.

FlexInstance.checkIn(): Call check-in api.

FlexInstance.checkOut(): Call check-out api.

FlexInstance.getTodayWorkPlan(): Retrieve today work plan.

About

A Flex work check in and out automation script, written in typescript. | Flex 그룹웨어 자동 출퇴근 스크립트

Topics

Resources

Stars

Watchers

Forks