Skip to content

Commit

Permalink
Merge pull request #1 from klippa-app/init-repo
Browse files Browse the repository at this point in the history
migrate project from gitlab
  • Loading branch information
elbble authored Apr 3, 2024
2 parents c1cf9e6 + 025c5d7 commit e9250a6
Show file tree
Hide file tree
Showing 58 changed files with 21,757 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
###Set the API URL to either test or prod api
API_URL=''
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@ jobs:
with:
node-version-file: "package.json"
- run: npm install
- run: npm run test
- run: npm run test
env:
API_KEY: ${{ secrets.API_KEY }}
API_URL: "https://test.dochorizon.klippa.com"
PROMPT_SLUG: ${{ secrets.PROMPT_SLUG }}
PROMPT_JOB: ${{ secrets.PROMPT_JOB }}
STORAGE_ID: ${{ secrets.STORAGE_ID }}
FINANCIAL_JOB: ${{ secrets.FINANCIAL_JOB }}
GENERIC_JOB: ${{ secrets.GENERIC_JOB }}
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#gitignore

# dependencies
/node_modules

# only dev
/src/runFile.ts

/dist/*

# misc
.idea/*

#environment vars
.env

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# NodeJSSDK

## Description
NodeJS developer SDK for DocHorizon.


## Installation

## Usage

## Support

## License

Loading

0 comments on commit e9250a6

Please sign in to comment.