Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

nwatab/jirokason_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jirokason_API

Information

hashtag: #ジロッカソン
URL: https://supporterzcolab.com/event/374/

Endpoints

/restaurants

Request

parameters

  • lat: latitude (float, optional)
  • lng: longitude (float, optional)

Response

{  
  center: {lat: 35.0, lng: 136.1},  
  restaurants: [  
    ...  
  ]  
}