-
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}...`;