Skip to content

map service that allows you to visually check earthquake information

License

Notifications You must be signed in to change notification settings

pachuho/Earthquake-Map

Repository files navigation

logo


kotlin api api

"Earthquake Map" is a map service that allows you to visually check earthquake information. Through this service, users can easily grasp details such as the magnitude, location, and time of earthquakes, making it a useful reference for safe responses. Use this service to see which areas experience frequent earthquakes.


🔍 Architecture Overview

architecture


💡 Stack & Libraries

  • Minimum SDK level 24

  • Target SDK level 35

  • Base on Kotlin + Coroutines + Flow

  • Compose - modern toolkit for building native UI.

  • Lifecycle - help you produce better-organized, and often lighter-weight code, that is easier to maintain.

  • Dagger-Hilt - dependency injection.

  • Room - SQLite database management on Android.

  • Retrofit2 - REST APIs.

  • OkHttp3 - implementing interceptor, logging for API.

  • Glide - loading images.

  • Moshi - modern JSON library for Android.

  • Lottie - animation library for Android that renders JSON-based animations.

  • Naver Map - map library for android compose.


📷 Screenshots


✨ API

Seoul open data potal API


🏃 How to Run

Need to add oauth key to local.properties

  • NAVER_MAP_CLIENT_ID -> Here
  • EARTHQUAKE_OAUTH_KEY -> Here

⭐ Is this project useful?

Support it by joining stargazers for this repository


📝 License

Copyright 2024 Juho Park

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. 

Releases

No releases published

Packages

No packages published

Languages