- Set
api_key
(for Google Places API),keywords
inconfig.json
. - Run
search.py
with Python3. - Edit following line of
index.html
with 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 3000
and open your browser, go tohttp://localhost:3000
and tada! If this doesn't work, you may need to register the domainhttp://localhost:3000
in your Kakao App that you used theAPP_KEY
with.
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.html
to display custom routes.