1.0.15 • Published 2 years ago

et-nd-exp-sdk v1.0.15

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
2 years ago

et-nd-exp-sdk

This SDK comes bundled with a range of methods that are useful in parsing and evaluating the expressions of the following kind:

  • numeric operations
  • date expression
  • time expressions
  • financial expressions
  • loop and logical expression
  • sentence expression

Installation

npm install et-nd-exp-sdk

Initialization

Initialize the module before accessing its methods. (Note: host and port values must be valid.)

  • const expSDK = require("et-nd-exp-sdk")
  • const opts = {
  • host: "http://localhost",
  • port: 9999,
  • basePath: "/api/v1"
  • }
  • const sdk = expSDK.init(opts) // returns EvalSdkCore object
1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago