Skip to content
/ arg.js Public
forked from miparnisari/arg.js

Utility functions for Argentina-related stuff (banks, IDs, phones, etc.)

Notifications You must be signed in to change notification settings

amouly/arg.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arg.js

npm-version build-status download-count dev-deps

Utility functions for Argentina-related stuff (banks, IDs, phones, etc.)

Installation:

  1. Install nodejs (https://nodejs.org/en/download/).
  2. Run npm install --save arg.js.

Build & tests & documentation

  1. To run the tests run gulp test.
  2. To build the documentation run gulp doc.
  3. To view the documentation go to docs/gen/index.html.

Usage

var cbu = require('arg.js').cbu;
var valid = cbu.isValid('123'); // false

About

Utility functions for Argentina-related stuff (banks, IDs, phones, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%