뷰 적용 및 API 결과 처리

  1. XML parser 설치
    • 네이버 API가 xml 형태로만 리턴하므로 XML 처리 라이브러리 설치
    • npm install --save xml2js

  2. 뷰 수정
    • public/stylesheets/style.css (기존 css 제거)

    • layout.jade (bootstrap 사용을 위해 div.container 추가)

    • dictionary.jade (검색어 입력 부분과 ajax 호출 부분 추가)

  3. dictionary.js 수정
현재까지의 코드 : https://github.com/hangaebal/dictionary-node-express/tree/blog3


+ Recent posts