项目作者: aliengreen

项目描述 :
Kaztransgaz Balance is a module for obtaining Kaztransgaz account balance. Current version works for Tbilisi city only.
高级语言: JavaScript
项目地址: git://github.com/aliengreen/kaztransgaz-balance.git
创建时间: 2017-12-06T17:03:34Z
项目社区:https://github.com/aliengreen/kaztransgaz-balance

开源协议:MIT License

下载


Tbilisi Energy Balance

Tbilisi Energy Balance is a module for obtaining Tbilisi Energy account balance. Current version works for Tbilisi city only.

Installation

  1. npm install https://github.com/aliengreen/te-balance

Usage

  1. var tebalance = require('te-balance-js');
  2. tebalance.get({id: '153131-158'}, function(err, result) {
  3. if(err) console.log(err);
  4. console.log(JSON.stringify(result, null, 2));
  5. });
  1. {
  2. "balance": {
  3. "id": "153131-158",
  4. "name": "მგელაძე კუკური",
  5. "address": "ნუცუბიძე, ჯ. ბუასილის N9, შენ. 12, ბინა 43",
  6. "balance": "0",
  7. "payable_amount": "1",
  8. "currency": "GEL"
  9. }
  10. }

Notes

  • It uses https://te.ge/webpay/ “service”

License

Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.