0.0.1-alpha.0 • Published 3 years ago

@flowmap.blue/core v0.0.1-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Flowmap.blue

Netlify Status

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.

Running locally

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