Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 838 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 838 Bytes

🕹 끝말잇기 게임

설정

  • node.js, "dependencies": { "axios": "^1.7.3", "express": "^4.19.2" }

  • 국립국어원 표준국어대사전 오픈 API 키 발급 필요

    app.js에 발급받은 키 값 넣기

    const apiKey = `${key}`; // key값

    server.js에 키 넘버 넣기

    apiUrl = `https://stdict.korean.go.kr/api/search.do?certkey_no=${키넘버}&key=${key}...`;