0.0.1 • Published 7 years ago

@y12/dltdojo-bigbro v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 years ago

dltdojo-bigbro

DLTDOJO BIGBRO(道場大師兄)

Install

npm i @y12/dltdojo-bigbro -S

Usage

const Bigbro = require('@y12/dltdojo-bigbro')
const Gql = Bigbro.Gql
const gql = new Gql()
gql.query('{ ticker(id:"TWD") { id last buy sell} }').then(r => console.log(r))

References