Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

bip

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip

Get balance of bip card (Chile)

latest
Source
npmnpm
Version
3.0.2
Version published
Weekly downloads
10
900%
Maintainers
1
Weekly downloads
 
Created
Source

bip

npm version npm downloads Build Status Coverage Status Code Climate devDependency Status

Get balance of bip card (Chile)

Installation

npm i -S bip

Use

Try on RunKit

const bip = require('bip');

const number = 11111111;

bip(number)
  .then(console.log)
  .catch(console.error);

Result:

{
  number: XXXXX, // a number
  balance: XXXXX, // a number
  date: XXXXX, // a date
  message: XXXXX, // a string
  valid: XXXXX // a boolean
}

Licencia

MIT

Keywords

bip

FAQs

Package last updated on 21 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts