yizhe-ang / trade-network-vis

Interactive visualization of the international trade network using Svelte.

Home Page:https://trade-network-vis.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trade-network-vis

Interactive visualization of the international trade network using Svelte and d3.

Check out the live demo here.

Preview image for trade international network visualization.

This visualization contains monthly import and export data between 15 countries of interest, downloaded and processed from the International Monetary Fund's (IMF) Direction of Trade Statistics (DOTS) Dataset.

Running Locally

Clone or download this repository...

git clone https://github.com/yizhe-ang/trade-network-vis.git
# or
npx degit yizhe-ang/trade-network-vis trade-network-vis

cd trade-network-vis

Install the dependencies...

npm install

Then run the application on a local server:

npm run dev

About

Interactive visualization of the international trade network using Svelte.

https://trade-network-vis.vercel.app/


Languages

Language:Svelte 77.7%Language:JavaScript 19.5%Language:CSS 1.9%Language:HTML 0.9%