Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulomcnally/node-tuc
TUC Client
https://github.com/paulomcnally/node-tuc
javascript nodejs tuc
Last synced: about 1 month ago
JSON representation
TUC Client
- Host: GitHub
- URL: https://github.com/paulomcnally/node-tuc
- Owner: paulomcnally
- License: apache-2.0
- Created: 2014-03-15T18:53:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T19:20:18.000Z (about 7 years ago)
- Last Synced: 2024-04-28T22:03:19.431Z (9 months ago)
- Topics: javascript, nodejs, tuc
- Language: JavaScript
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TUC
![Bus](http://i.imgur.com/r5xuL7x.png)
[![NPM](https://nodei.co/npm/tuc.png)](https://nodei.co/npm/tuc/)
# Installation
$ npm install tuc
# Example
// require library
const Tuc = require('tuc');// instance class
const tuc = new Tuc();// set number
let number = '00758888';// call method getBalance
tuc.getBalance(number, (balance) => {
console.log(balance);
});// call method getType
tuc.getType(number, (balance) => {
console.log(balance);
});# Responses
30.00
Cuenta limitada (sin movil)# Contributors
* [hosmelq](https://github.com/hosmelq)
* [BruceLampson](https://github.com/BruceLampson)
* [robe007](https://github.com/robe007)
* [oscarmcm](https://github.com/oscarmcm)This is a unoficial client. For more info visit [https://mpeso.net/](https://mpeso.net/)