Giter VIP home page Giter VIP logo

anyonetrip's Introduction



📚Tech Stack📚

Skills



Tools


Contact Me



anyonetrip's People

Contributors

nomal21 avatar zuhye avatar

Watchers

 avatar

anyonetrip's Issues

더미데이터 예시용 API 데이터 모양

관광지 상세보기용 상세정보 데이터

https://www.data.go.kr/tcs/dss/selectApiDataDetailView.do?publicDataPk=15101897

  • contentid를 기반으로 무장애 정보를 GET요청한 결과 :
{
            "contentid": "129620",
            "parking": "장애인 주차장 있음(5대,한림공원주차장)_무장애 편의시설",
            "route": "",
            "publictransport": "출입구까지 턱이 없어 휠체어 접근 가능함",
            "ticketoffice": "",
            "promotion": "",
            "wheelchair": "대여가능",
            "exit": "",
            "elevator": "",
            "restroom": "장애인 화장실 있음(공원 공중화장실)",
            "auditorium": "",
            "room": "",
            "handicapetc": "",
            "braileblock": "",
            "helpdog": "",
            "guidehuman": "",
            "audioguide": "",
            "bigprint": "",
            "brailepromotion": "",
            "guidesystem": "",
            "blindhandicapetc": "",
            "signguide": "",
            "videoguide": "",
            "hearingroom": "",
            "hearinghandicapetc": "",
            "stroller": "대여가능(유료,24개월이하)",
            "lactationroom": "",
            "babysparechair": "",
            "infantsfamilyetc": ""
          }

이거랑 이미지는 링크로 되어있습니다.

  • contentid를 기반으로 이미지를 GET요청한 결과 :
            "contentid": "125519",
            "originimgurl": "http://tong.visitkorea.or.kr/cms/resource/79/1193579_image2_1.jpg",
            "imgname": "인천 자유공원 (1)",
            "smallimageurl": "http://tong.visitkorea.or.kr/cms/resource/79/1193579_image3_1.jpg",
            "cpyrhtDivCd": "Type3",
            "serialnum": "1193579_8"
  • contentid, contentTypeId를 기반으로 소개정보를 GET요청한 결과
{
  "response": {
    "header": {
      "resultCode": "0000",
      "resultMsg": "OK"
    },
    "body": {
      "items": {
        "item": [
          {
            "contentid": "2724422",
            "contenttypeid": "15",
            "agelimit": "체험종류에 따라 다름",
            "bookingplace": "",
            "discountinfofestival": "",
            "eventenddate": "20210930",
            "eventhomepage": "",
            "eventplace": "전라감영",
            "eventstartdate": "20210701",
            "festivalgrade": "",
            "placeinfo": "",
            "playtime": "수시진행(행사내용 참고)",
            "program": "",
            "spendtimefestival": "상시",
            "sponsor1": "한바탕전주",
            "sponsor1tel": "063-236-1577",
            "sponsor2": "합굿마을, (사)창의예술연구회",
            "sponsor2tel": "",
            "subevent": "",
            "usetimefestival": "무료"
          }
        ]
      },
      "numOfRows": 1,
      "pageNo": 1,
      "totalCount": 1
    }
  }
}

지역기반 관광지 조회 결과

관광타입, 지역코드, 시군구코드를 기반으로 GET요청한 결과 :

{
  "response": {
    "header": {
      "resultCode": "0000",
      "resultMsg": "OK"
    },
    "body": {
      "items": {
        "item": [
          {
            "addr1": "대구광역시 동구 효동로2길 10",
            "addr2": "(효목동)",
            "areacode": "4",
            "booktour": "0",
            "cat1": "A02",
            "cat2": "A0206",
            "cat3": "A02060300",
            "contentid": "2488233",
            "contenttypeid": "14",
            "createdtime": "20170331002959",
            "firstimage": "http://tong.visitkorea.or.kr/cms/resource/26/2488226_image2_1.JPG",
            "firstimage2": "http://tong.visitkorea.or.kr/cms/resource/26/2488226_image2_1.JPG",
            "cpyrhtDivCd": "Type3",
            "mapx": "128.6507908775",
            "mapy": "35.8791505263",
            "mlevel": "6",
            "modifiedtime": "20221014143732",
            "sigungucode": "4",
            "tel": "",
            "title": "국립대구기상과학관",
            "zipcode": "41179"
          },
          {
            "addr1": "대구광역시 동구 동부로 149",
            "addr2": "",
            "areacode": "4",
            "booktour": "0",
            "cat1": "A01",
            "cat2": "A0101",
            "cat3": "A01010500",
            "contentid": "2553566",
            "contenttypeid": "14",
            "createdtime": "20180712224509",
            "firstimage": "http://tong.visitkorea.or.kr/cms/resource/04/2482404_image2_1.jpg",
            "firstimage2": "http://tong.visitkorea.or.kr/cms/resource/04/2482404_image3_1.jpg",
            "cpyrhtDivCd": "Type3",
            "mapx": "128.6294594533",
            "mapy": "35.8780669221",
            "mlevel": "6",
            "modifiedtime": "20220927112657",
            "sigungucode": "4",
            "tel": "",
            "title": "대구 아쿠아리움",
            "zipcode": "41229"
          },
          {
            "addr1": "대구광역시 동구 파계로112길 17",
            "addr2": "",
            "areacode": "4",
            "booktour": "0",
            "cat1": "A02",
            "cat2": "A0206",
            "cat3": "A02060100",
            "contentid": "1248810",
            "contenttypeid": "14",
            "createdtime": "20110402004322",
            "firstimage": "http://tong.visitkorea.or.kr/cms/resource/25/1240825_image2_1.jpg",
            "firstimage2": "http://tong.visitkorea.or.kr/cms/resource/25/1240825_image3_1.jpg",
            "cpyrhtDivCd": "Type3",
            "mapx": "128.6364782252",
            "mapy": "35.9793444686",
            "mlevel": "6",
            "modifiedtime": "20220923152218",
            "sigungucode": "4",
            "tel": "",
            "title": "자연염색박물관",
            "zipcode": "41001"
          },
          {
            "addr1": "대구광역시 동구 효동로2길 24",
            "addr2": "(효목동)",
            "areacode": "4",
            "booktour": "0",
            "cat1": "A02",
            "cat2": "A0206",
            "cat3": "A02060600",
            "contentid": "1756202",
            "contenttypeid": "14",
            "createdtime": "20121123001448",
            "firstimage": "",
            "firstimage2": "",
            "cpyrhtDivCd": "",
            "mapx": "128.6516463528",
            "mapy": "35.8793255226",
            "mlevel": "6",
            "modifiedtime": "20220831172245",
            "sigungucode": "4",
            "tel": "",
            "title": "아양아트센터(구, 동구문화체육회관)",
            "zipcode": "41179"
          }
        ]
      },
      "numOfRows": 4,
      "pageNo": 1,
      "totalCount": 4
    }
  }
}

작업 내용 정리

1. 메인 화면

2. 관광 일정 생성하기

  • #3 * 박소현
  • #4 조우성

3. 관광지 목록 보기

  • #5 * 송주혜
  • #6 * 신상희

4. 프로필 보기

5. 서버 작업

  • #9
  • 페이지 나누기 작업

API를 무작정 사용하지 말고 더미데이터로 기능이 작동하는가를 확인하고 사용하는 식으로

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.