https://github.com/chunrapeepat/truewallet
https://github.com/chunrapeepat/truewallet
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chunrapeepat/truewallet
- Owner: chunrapeepat
- Created: 2017-11-06T15:47:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T13:21:06.000Z (about 9 years ago)
- Last Synced: 2025-06-26T13:49:23.747Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.