kostudycenter

한국의 교육청 목록을 검색하는 라이브러리 입니다.

Usage no npm install needed!

<script type="module">
  import kostudycenter from 'https://cdn.skypack.dev/kostudycenter';
</script>

README

KoreaStudyCenterList

대한민국의 시,도 교육청을 단축어, 이름으로 검색하고 홈페이지의 주소를 가져오는 라이브러리 입니다.

개인 학습용으로 만들었습니다.

사용법

const kostudylist = require('kostudycenter');

kostudylist('경기도').then(result => {
    console.log(result);
});

result :
{ name: '경기도교육청', URL: 'eduro.goe.go.kr' }
  • STUDY_CENTER_NOT_FOUND

검색어를 확인해 주세요