An open API service indexing awesome lists of open source software.

https://github.com/rholo/quakes-lab

List of earthquakes around your geolocation with tzunami alerts using differents frameworks
https://github.com/rholo/quakes-lab

Last synced: 10 months ago
JSON representation

List of earthquakes around your geolocation with tzunami alerts using differents frameworks

Awesome Lists containing this project

README

          

# Quakes Labs #

Demo con listado de sismos alrededor de una ubicación (geolocalización del dispositivo), se han creado tres versiones, utilizando jQuery, angularJS y VueJS

### API USGS ###

[GET] : http://earthquake.usgs.gov/fdsnws/event/1/query[params]

### Initial Params ###

- starttime:'dd/mm/yyyy'
- maxlatitude:'-36.739055',
- maxlongitude :'-71.0574942',
- latitude :'-36.739055',
- longitude :'-71.0574942',
- minradiuskm :'0',
- maxradiuskm :'850',
- minmagnitude :4.5,
- eventtype :'earthquake',
- format :'geojson'