Giter Site home page Giter Site logo

jowoni / team-project-team10 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cau-oss-2019/team-project-team10

0.0 0.0 0.0 11.61 MB

Multi Location based gathering place recommendation service.

License: MIT License

CSS 0.74% HTML 3.61% JavaScript 95.65%

team-project-team10's Introduction

WhereShallWeMeet

Multi Location based gathering place recommendation service. demo

TL;DR

http://165.194.35.214:13000

  1. Input your want to do as keyword at What you want to do? box.
  2. Click AND or OR button to combine your input keywords with conditions.
  3. Click Add Member button to add user starting place. (at least more than 2 places needed.) Input alias name for place at first, then input 도로명 주소 or 지번 주소 for location in Korean.
  4. Click Assemble! button. done!
  5. If you want to show route from each members to WSWM point, click Find Route buttom.

History

NaverAPIServer <-> Client <-> Browser

  • It ocurres CORS policy issues.
  • It forces every single developers to contribute have to create their own NaverAPI.

NaverAPIServer <-> NodeJsExpress <-> Client <-> Browser

  • It resolves CORS policy issues.
  • Only NodeJsExpress needs to authenticate with NaverAPIServer

Using FelixSeol repository. Replace to CAU-OSS-2019/team-project-team10

Change Naver API -> Kakao API

Delete SEARCHED_PLACES nav. Buttons are restyled as bootstrap style.

Tutorial

How to use Kakao Maps API with Proxy Server

  • js/searchPlace.js
function searchPlace(_keyword, _coordinate, _radius) {
    return new Promise(function (resolve, reject) {
        fetch(`http://165.194.35.214:26756/searchPlace/?keyword=${_keyword}&coordinate=${_coordinate}&radius=${_radius}`)
            .then(function (res) {
                // Response as Promise
                res.json().then(body => {
                    
                    /*To implement code with returned promise object.*/
                    
                }).catch(err => {
                    console.error(err);
                    reject("Error fetching.")
                });
            });
    })
}

team-project-team10's People

Contributors

ccwhan6 avatar cjbj1 avatar felixseol avatar jowoni avatar lee-garden avatar njw1204 avatar seongyunkim avatar seyeong3131 avatar sxxjxxhxxn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.