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

prisma-capacity/d3-map-europe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.