An open API service indexing awesome lists of open source software.

https://github.com/chunrapeepat/truewallet


https://github.com/chunrapeepat/truewallet

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# TrueWallet
TrueWallet library For Node.js

# PHP Version & Credit
visit this repository for php version https://github.com/exzajung/class.truewallet.php

# System requirement
- babel transpiler
- node.js version 7.10 or higher
- request-promise-native Simplified HTTP request client for node.js package
- moment time management time management for node.js package

# How to use
- install require package
- import this library to your controller
- send request data with post to endpoint and Enjoy !!

# Debugging

There are at least three ways to debug the operation of request:
Launch the node process like NODE_DEBUG=request node script.js (lib,request,otherlib works too).
Set require('request').debug = true at any time
Use the request-debug module to view request and response headers and bodies.