Skip to content

Elixir REST API for TruLock Chrome Extension. TruLock let's you lock important and personal websites with face recognition authentication.

License

Notifications You must be signed in to change notification settings

Waasi/tru_lock_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TruLockApi

Elixir REST API for TruLock Chrome Extension. TruLock let's you lock important and personal websites with face recognition authentication.

Before running the Server

> make deps

> make compile

> export TRUE_FACE_API_KEY=<your_api_key>

Running the Server

> make server

Server will be available at http://localhost:4000

Deployment to Heroku

> heroku create <your_app_name> --buildpack "https://github.com/HashNuke/heroku-buildpack-elixir.git"

> git push heroku master

Contributing

  1. Fork it (https://github.com/[my-github-username]/tru_lock_api/fork)
  2. Create your feature branch (git checkout -b feature/my_new_feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Special Thanks To:

  • @nchafni for all the support.

About

Elixir REST API for TruLock Chrome Extension. TruLock let's you lock important and personal websites with face recognition authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published