Add initial implementation of Audible Series Checker with API connectors and configuration
This commit is contained in:
commit
223bfbf6bc
10 changed files with 630 additions and 0 deletions
3
.env.example
Normal file
3
.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
AUDIBLE_AUTH_FILE=".auth"
|
||||
ABS_API_URL="your_abs_api_url"
|
||||
ABS_API_TOKEN="your_abs_api_token"
|
||||
Loading…
Add table
Add a link
Reference in a new issue