Skip to content

JX3API/JX3API-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jx3api-js

The JavaScript SDK to the JX3API.

Installation

From yarn

yarn add jx3api

From npm

npm install jx3api

Quick Start

import jx3api from "jx3api"

//API接口
const api = new jx3api.api({token:"XXX", ticket:"XXX"})
api.active_calendar("梦江南").then(res=>{
    console.log(res)
})
//WS推送消息
const ws = new jx3api.ws({token:"XXX"})
ws.on('1001',(msg)=>{
    console.log(msg)
})

:)

License

MIT

About

JX3API JavaScript SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published