Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.6 KB

NPM Version NPM License

Overview

The Time attendance ZKTeco software provides an easy way to integrate ZKTeco biometric devices with your electronjs application. This electronjs sample simplifies the process of connecting to ZKTeco devices, fetching attendance logs, and managing user data.

Features

  • Easy Integration: Seamlessly connect your electronjs or nodejs application with ZKTeco biometric devices.
  • Attendance Management: Fetch and manage attendance logs from connected devices.
  • User Management: Add, update, and remove users on the biometric device directly from your application.
  • Real-time Data Sync: Ensure that your application always has the latest attendance data.

Installation

You can install the nodejs modules

npm install

To run the app in Dev mode

  1. npm install
  2. Open two consol screens.
  3. npm start
  4. npm run electron-start

To deploy apllication in Windows

  1. npm run electron-pack

License

MIT License

Pull Requests

GitHub pull requests PR's Welcome

Contributors

GitHub contributors