- Set
api_key(for Google Places API),keywordsinconfig.json. - Run
search.pywith Python3. - Edit following line of
index.htmlwith your Daum Maps APIAPP_KEY. You may need to make a new Kakao App and register web domains that you will use for testing & deploying.
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=APP_KEY&libraries=services"></script>- Run
python -m SimpleHTTPServer 3000and open your browser, go tohttp://localhost:3000and tada! If this doesn't work, you may need to register the domainhttp://localhost:3000in your Kakao App that you used theAPP_KEYwith.
Please don't include your personal data(like your api_key/APP_KEY) or the data of any business when you contribute.
- Modify script in
index.htmlto display custom routes.
