https://github.com/lkhoony/ev-obseoye
An web application providing a map of electric vehicle charging stations in Jeu island in Korea
https://github.com/lkhoony/ev-obseoye
css html5 java-servlet javascript open-api tomcat-server
Last synced: about 1 month ago
JSON representation
An web application providing a map of electric vehicle charging stations in Jeu island in Korea
- Host: GitHub
- URL: https://github.com/lkhoony/ev-obseoye
- Owner: lkhoony
- License: mit
- Created: 2021-02-11T13:08:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T07:09:28.000Z (over 5 years ago)
- Last Synced: 2025-04-14T19:19:17.016Z (about 1 year ago)
- Topics: css, html5, java-servlet, javascript, open-api, tomcat-server
- Language: JavaScript
- Homepage:
- Size: 53.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EV Obseoye
2020 제주 공공데이터 창업 경진대회 출품작
[](https://github.com/lkhoony/EV-obseoye)

## Introduction
EV Obseoye is an web site providing a map of electric vehicle charging stations in Jeu island in Korea
- provides location of charging stations and state of charger using Open API
- provides information of places to visit during charging within 1km
- reports illegally parked vehicles at electric vehicle parking stations
### Tech
EV Obseoye uses a number of open source projects to work properly:
* HTML5 - Markup web pages
* CSS - how HTML elements are to be displayed on screen
* Javascript - change elements of HTML and CSS dinamically
* Java Servlet - execute server on localhost
* jQuery - Javascript library to much easier to deal with HTML and CSS elements
* Tomcat - enables to deploy and operate application
### Open API
EV Obseoye uses a number of Open API to provide information :
1. 공공 데이터 포털
* https://data.go.kr/data/3068728/openapi.do
* https://data.go.kr/data/15076352/openapi.do
2. Kakao Map Open API
* https://apis.map.kakao.com/
License
----
MIT
**Free Software, Hell Yeah!**