Elixir REST API for TruLock Chrome Extension. TruLock let's you lock important and personal websites with face recognition authentication.
> make deps
> make compile
> export TRUE_FACE_API_KEY=<your_api_key>
> make server
Server will be available at http://localhost:4000
> heroku create <your_app_name> --buildpack "https://github.com/HashNuke/heroku-buildpack-elixir.git"
> git push heroku master
- Fork it (https://github.com/[my-github-username]/tru_lock_api/fork)
- Create your feature branch (
git checkout -b feature/my_new_feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- @nchafni for all the support.