Flowmap.blue is a free tool for representing aggregated numbers of movements between geographic locations as flow maps. It is used to visualize urban mobility, commuting behavior, bus, subway and air travels, bicycle sharing, human and bird migration, refugee flows, freight transportation, trade, supply chains, scientific collaboration, epidemiological and historical data and many other topics.
Install dependencies:
yarn install
or
npm install
Add .env
file to the project root with a Mapbox access token:
REACT_APP_MapboxAccessToken=Your_Own_Mapbox_Access_Token_Goes_Here
Then run:
yarn dev
or
npm run dev