Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 844 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 844 Bytes

Introduction

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.

European Map

Technology Stack

The example app is written in ReactJS and uses React-Simple-Map which has under the hood D3.js.

It should use Axios

Development

Installing deps

yarn

Start development using Parcel

yarn dev

It should run on localhost:1234.