Merged into InCodeDevs/InCode
This package is a client for websites to interact with @incodelang/accounts
Install @incodelang/accounts-client with npm
npm install @incodelang/accounts-clientInstall @incodelang/accounts-client with yarn
yarn add @incodelang/accounts-clientconst{WebClient}=require('@incodelang/accounts-client');constclient=newWebClient("");// enter the root url of the server here (leave empty for /) // check the credentials of a userclient.login("username","password").then(success=>{console.log(success);})Here are some related projects