Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udacity/ud843-QuakeReport
Discover earthquake activity around the world.
https://github.com/udacity/ud843-QuakeReport
Last synced: 3 days ago
JSON representation
Discover earthquake activity around the world.
- Host: GitHub
- URL: https://github.com/udacity/ud843-QuakeReport
- Owner: udacity
- License: other
- Created: 2016-01-25T22:30:07.000Z (almost 9 years ago)
- Default Branch: starting-point
- Last Pushed: 2022-07-06T21:19:55.000Z (over 2 years ago)
- Last Synced: 2024-08-02T06:02:29.836Z (3 months ago)
- Language: Java
- Size: 171 KB
- Stars: 346
- Watchers: 51
- Forks: 1,174
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Quake Report App
===================================This app displays a list of recent earthquakes in the world
from the U.S. Geological Survey (USGS) organization.Used in a Udacity course in the Beginning Android Nanodegree.
More info on the USGS Earthquake API available at:
https://earthquake.usgs.gov/fdsnws/event/1/Pre-requisites
--------------- Android SDK v23
- Android Build Tools v23.0.2
- Android Support Repository v23.3.0Getting Started
---------------This sample uses the Gradle build system. To build this project, use the
"gradlew build" command or use "Import Project" in Android Studio.Support
-------- Google+ Community: https://plus.google.com/communities/105153134372062985968
- Stack Overflow: http://stackoverflow.com/questions/tagged/androidPatches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.License
-------Copyright 2016 The Android Open Source Project, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you 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 athttp://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.