Skip to content

tsamaya/react-leaflet-opencage

Repository files navigation

react-leaflet-opencage

Build Status

This is my very first app built with React using LeafletJS and OpenCage Geocoder API.

I did this application for a friend who wanted to display UK Postcodes on a Map.

snapshot

Visit the demo page.

Get started

  1. clone the repository
  2. $ cd path/to/cloned/repo
  3. $ yarn or $ npm i

test

  1. $ yarn test or $ npm test

run locally

  1. $ yarn start or $ npm start

build production application

  1. $ yarn build or $ npm run build

Licensing

Licensed under the MIT License

A copy of the license is available in the repository's LICENSE file.