This is an web application demonstrating authentication with Hitachi Finger Vein Device (H1E-USB). Hitachi Finger Vein Device (H1E-USB) API (https://github.com/wyericso/hitachi-fingervein) should be running when this application is to be used.
This application is for demonstration purposes only.
- Tested on:
- Ubuntu 18.04.1 Desktop
- Node.js 10.13.0
- Require Internet access for loading pictures and MongoDB online.
- Tested browsers:
- Safari 12.0.1 on macOS
- Chrome 70.0.3538.102 on macOS
- Modify
.env
for your appliation environment. - Plugin the Hitachi Finger Vein Device (H1E-USB).
- Start Hitachi Finger Vein Device (H1E-USB) API (https://github.com/wyericso/hitachi-fingervein).
- Run
sudo node app.js
to start this application. - Use web browser to open the web interface.
- Try use
const
whenever possible - Use
() => {}
instead offunction () {}
whenever possible - Test H1E-USB API response at starting
- Explore glitch
- Error handling