1.2.5 • Published 3 years ago

libdeltajs v1.2.5

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

LibDeltaJS

This is a library for interfacing with Delta Web Map, used by the official client. It will automatically manage most of Delta Web Map for you.

Usage

To initialize the library, you'll need to first create an enviornment config file. Here is a template, modify it as needed.

var cfg = {
    API_ENDPOINT: "https://deltamap.net/api",
    ECHO_API_ENDPOINT: "https://echo-content.deltamap.net",
    CONFIG_API_ENDPOINT: "https://config.deltamap.net",
    PACKAGES_API_ENDPOINT: "https://charlie-packages.deltamap.net",
    RPC_HOST: "wss://rpc-prod.deltamap.net",
    ENV: "prod",
    AUTH: {
        AUTH_CLIENT_ID: "66408GC0EFZY2Q9FMA7637WC",
        AUTH_CLIENT_SECRET: "XVAXEL509B0EH2O55FCWLWG3LEU60U2TSSNUMI05Y1"
    }
}

Now, initialize the DeltaConnection.

var conn = new DeltaConnection(cfg);
await conn.Init();
1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago