项目作者: imollov

项目描述 :
📯 Postal code discovery web app built with React/Redux and Google Maps
高级语言: JavaScript
项目地址: git://github.com/imollov/postcode-finder.git
创建时间: 2020-05-09T11:26:51Z
项目社区:https://github.com/imollov/postcode-finder

开源协议:

下载


Netlify Status

postcode-finder

postcode-finder-sample-result-page

Features

  • Find the postal code for a given address
  • Find the postal code at the current device geolocation
  • See the postal code positioned on a map
  • Share or bookmark the postal code result page

Develop

Prerequisites: node and yarn must be installed locally.

  1. Clone this repository
  1. git clone git@github.com:imollov/postcode-finder.git
  1. Navigate to the project directory
  1. cd postcode-finder
  1. Install dependencies
  1. yarn
  1. Copy .env.example to .env and paste your Google Maps API key

  2. Run the local dev server

  1. yarn start