@xg4/service
v0.1.0
Published
wake up mobile qq service
Downloads
6
Readme
Service
Wake up mobile qq service
Installation
Install with npm or Yarn
# npm
$ npm install @xg4/service --save
# yarn
$ yarn add @xg4/service
Usage
import Service from '@xg4/service'
const service = new Service() // or new Service(userAgent)
const qq = 123456
const url = service.get(qq)
console.log(url)
Contributing
Welcome
Fork it
Submit pull request
LICENSE
MIT