securityin / aquasphere-api
安装和导入
安装 -
In dependencies section of package.json, add a line "securityin/aquasphere-api": "https://github.com/securityin/aquasphere-api/tree/main/packages/api/build"
通过基于Promise的API订阅块-
import { ApiPromise } from 'sec
#API银行
描述
为工作目的创建的Api,包含一项可显示附近ATM和当天汇率的服务
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm