Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 819 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 819 Bytes

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