Skip to content

Commit

Permalink
migrate project from gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Els Boerema committed Apr 3, 2024
1 parent c1cf9e6 commit 69e3d76
Show file tree
Hide file tree
Showing 57 changed files with 21,716 additions and 0 deletions.
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=''
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 69e3d76

Please sign in to comment.