JSPM

@xg4/service

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q23251F
  • License MIT

wake up mobile qq service

Package Exports

  • @xg4/service

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@xg4/service) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Service

Wake up mobile qq service

Build Status codecov npm GitHub

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