Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robnewman/iris_dev_exercise
Coding Exercise
https://github.com/robnewman/iris_dev_exercise
Last synced: about 1 month ago
JSON representation
Coding Exercise
- Host: GitHub
- URL: https://github.com/robnewman/iris_dev_exercise
- Owner: robnewman
- Created: 2015-02-19T17:34:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T18:07:15.000Z (over 9 years ago)
- Last Synced: 2023-03-11T21:37:35.455Z (over 1 year ago)
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iris_dev_exercise
## Overview
This is a simple exercise designed to assess a developers coding and decision
skills. By it's nature the exercise is vague and open-ended - we are interested
to see how you approach and solve the challenge, and what assumptions you
make. You will be asked about your coding decisions during the interview.## Tasks
1. Clone/fork this repository
2. Build a simple web application as outlined below
3. Commit to Github
4. In a new file SPECS.md explain your design decisions, assumptions, etc.## Web Application Specification
IRIS commonly works with earthquake data. We would like you to
use the data provided by the [IRIS Event Web Service](http://service.iris.edu/fdsnws/event/1/)
to create a web-based application that displays earthquake locations on a map.Specifically, when the user clicks any location on the map, we want
earthquake locations within 1000 km of that location to be plotted.