https://github.com/neibce/nearest-library-finder
최단거리 도서 보유 도서관 검색 Webservice
https://github.com/neibce/nearest-library-finder
html-css-javascript kakao-maps-api kolisnet-api nodejs rest-api
Last synced: 2 months ago
JSON representation
최단거리 도서 보유 도서관 검색 Webservice
- Host: GitHub
- URL: https://github.com/neibce/nearest-library-finder
- Owner: Neibce
- Created: 2024-04-27T03:56:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T07:59:37.000Z (about 2 years ago)
- Last Synced: 2025-01-16T22:37:19.560Z (over 1 year ago)
- Topics: html-css-javascript, kakao-maps-api, kolisnet-api, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nearest-Library-Finder
[English](./README_EN.md)
책 제목으로 검색해서 원하는 책을 고르면, 해당 책을 대출할 수 있는 도서관을 지도에 표시하고 현재 위치에서 가장 가까운 도서관을 알려주는 웹 서비스
2021년 2분기 개발 (인터넷웹기초 수업 텀 프로젝트)
## 기능
- 책 제목으로 검색
- 대출 가능한 도서관 지도에 마커로 표시
- 현재 위치 기준 가장 가까운 도서관 출력
- 부산 지역 한정 (소스코드 수정 시 전국으로 확장 가능)
## 스크린샷

## 사용 기술
- Node.js (Express)
- KolisNet API (국립중앙도서관)
- Kakao Map API
## 실행 방법
```bash
git clone https://github.com/Neibce/Nearest-Library-Finder.git
cd Nearest-Library-Finder
npm install
node index.js
```