1.0.0 • Published 2 years ago

@rotic/roticsdk-node v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

RoticSDK-Node

Node.js SDK let you call Rotic Intelligent Solutions API

For Chat:

const rotic = require("./RoticSDK")

rotic.token ="{YOUR_TOKEN}"
rotic.api ="{YOUR_API_TOKEN}"
rotic.unique_token ="{Random_Generated_String}"

rotic.chat("Hello World").then((data) => {
    console.log(data)
});
1.0.0

2 years ago