Finger Apps with FlexCodeSDK
Finger Apps with FlexCodeSDK
This project was mirror from flexcodesdk and convert to django program for prototypes.
Using flexcodesdk, we can capture finger from usb fingerprint digital persona 4500 to our web application. And data captured can
used to be indentification or authentication.
First, clone or fork this repository and edit with your needs.
$ git clone https://github.com/hendrapaiton/sidik.git
Second, create and test the github action workflow and customize with your repo.
Third, register to heroku and create api key for your apps. Edit in your workflow github actions.
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "<your appname>"
heroku_email: "<your email>"
Created by @hendrapaiton