A tool to check compliance with OFAC embargo by restricting access to certain countries, Based on MaxMind
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
In order to bundle all lib/
files into production script run:
$ npm run build