Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 785 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 785 Bytes

Example of using Google Maps JavaScript API Geocoder with React.js

Install

  • npm install

Run

  1. Get your API key and replace the existing one in source/index.html:
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
  1. http-server ./build
  2. Open http://localhost:8080 in a web browser.

Built with

  • React.js
  • Bootstrap

Learn more

Author

Artemij Fedosejev