1.0.0 • Published 2 years ago

@rechat/ofac v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

ofac-embargo-list license version coverage

A tool to check compliance with OFAC embargo by restricting access to certain countries, Based on MaxMind

Getting the Code

To get a local copy of the current code, clone it using git:

$ git clone https://github.com/rechat/ofac-embargo-list.git
$ cd ofac-embargo-list

Next, install Node.js via the official package or via nvm.

If everything worked out, install all dependencies:

$ npm install

Building

In order to bundle all lib/ files into production script run:

$ npm run build