kultunaut-node-library
v2.0.0
Published
Downloads
32
Readme
Kultunaut Node Libary
Documentation
Read the documentation here.
Requirements
Node 12 or higher.
Installation
Install the package with:
npm install kultunaut-node-library
# or
yarn add kultunaut-node-libraryUsage
The package should be configured with a user account:
import { setCredentials } from "kultunaut-node-library"
setCredentials(uniqeUserID)import {getById} from "kultunaut-node-library"
await getById("55.676788", "12.505840")