1.0.15 • Published 5 months ago

et-nd-exp-sdk v1.0.15

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
5 months 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

5 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

7 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago