Skip to content
/ gmaps Public
forked from istar0me/gmaps

search and get place details, then navigate to the destination.

Notifications You must be signed in to change notification settings

LdsFish/gmaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

地點詳細資訊查詢

search and get place details, then navigate to the destination.

輸入地點,會取得他的詳細資料

安裝

git clone https://github.com/istar0me/gmaps.git
cd gmaps
npm install

測試

mocha

範例

資料庫中有這幾筆資料

[
    { "id": "highWall", "address": "金大", "phone": "0987487987" ,"open_hours":"0~24"},
    { "id": "address", "address": "成大", "phone": "0912345678" ,"open_hours":"12~24"}
]

此時若輸入highwall會取得金大,0987487987,0~24

About

search and get place details, then navigate to the destination.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%