1.0.4 • Published 3 years ago

quick-clash v1.0.4

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

quick-clash

npm NPM

Create and launch private clash of code games or get active public games

Example

const clash = require('quick-clash')

clash.createClashClient("MyEmail@Email.com", "MyPassword").then( client => {
    client.createPrivateGame().then(game=> {
        console.log(game)
        console.log(clash.getClashLinkFromHandle(game['publicHandle']))
        client.launchLastGame()
    })
})

Install

$ npm install quick-clash
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago