Go to file
aminecmi 9446d097a3
All checks were successful
continuous-integration/drone Build is passing
JDK version should fix the issue.
2022-07-22 22:06:36 +02:00
src/main/kotlin Fixing warnings. 2022-07-17 22:26:26 +02:00
.drone.yml JDK version should fix the issue. 2022-07-22 22:06:36 +02:00
.gitignore Working api. 2022-07-17 15:45:35 +02:00
LICENSE Initial commit 2022-07-17 15:14:41 +02:00
pom.xml version. 2022-07-17 22:20:26 +02:00
README.md baadge. 2022-07-20 09:00:19 +02:00

An alternative API to Google Keep

Build Status

Authentication

The api use two means of authentication:

  • A configurable Authorization that is set in a env variable, and that will only be used to create the second mean of authentication
  • Tokens used to do everything else.

HOW TO USE

  • Do a maven install (cli or GUI)
  • Create a env variable LDC_AUTH containing the Auth header you want to use to create authentication keys.
  • java -jar liste-de-courses-XXX-jar-with-dependencies.jar
  • The jar is now running on localhost:7000