PRISMA's Map is a customized European Map in GeoJSON-format or TopoJSON which is an extension of a GeoJSON.
This app is just an example of reading those files and fetching information of the public PRISMA- Api.
The example app is written in ReactJS and uses React-Simple-Map which has under the hood D3.js.
It should use Axios
Installing deps
yarn
Start development using Parcel
yarn dev
It should run on localhost:1234
.