Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.1 KB

photo-map.github.io Build Status codecov Known Vulnerabilities

Summary

Show your photos on the Google Maps or AMap. Please try it on this website: https://photo-map.github.io

  • Load photos from Google Drive public folder
  • Load photos from Google Drive private folder (need login from Google)

Snapshots

Photos on the AMap

Photos on the Google Maps

Develop

Generate .env.local with content:

REACT_APP_GOOGLE_MAPS_API_KEY=AIz***kC8
REACT_APP_AMAP_API_KEY=ef0***63e
REACT_APP_BAIDU_MAP_AK=72y***QFK

Run dev server.

$ npm i
$ npm start