/comcat-timeline

generate timeline from fdsn geojson api

Primary LanguageJavaScriptOtherNOASSERTION

comcat-timeline

Prototype timeline for earthquake events.

https://jmfee-usgs.github.io/comcat-timeline/

Getting Started

  • Download or clone this project

  • Install dependencies

    cd comcat-timeline
    npm install
  • Start a development server

    npm run dev
  • Open application in browser

    http://localhost:3000/

Deploy updates to gh-pages

npm run build
npm run deploy