/trademap

Trade visualization project based on UN Comtrade or HMRC data

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Trade Map Visualization

Trademap screenshot

This repository holds the source code for two similar data visualizations:

The visualizations are closely related and share some code so they are in a shared project. The code is licenced under the GPL-3.0 licence.

Installing and running

Building and development require Git, NodeJS and NPM. See nodejs.org for installation instructions.

Clone this repository:

git clone git@github.com:mjs2020/trademap.git
cd trademap

Install dependencies

npm install

To serve the project locally in development mode:

npm run start:comtrade
# or
npm run start:nisra

The server runs on port 9000 so you can then open http://localhost:9000

To build the projects for development:

npm run build:comtrade
# or
npm run build:nisra

To deploy a dev version to now.sh run npm run release:dev:nisra or npm run release:dev:comtrade

See src/comtrade/README.md or src/nisra/README.md for more details.

Credits

Coding by Francesco Merletti.

Contacts:

Libraries, frameworks and tools used in the project

Frontend:

Development tools: