Skip to content

tsamaya/react-leaflet-opencage

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.