renatorozas / eqdash

eqdash - live earthquakes dashboard

Home Page:https://eqdash.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eqdash

Live earthquakes dashboard.

Dependencies

  • Node 5.5+
  • Elixir 1.2+
  • Phoenix Framework 1.1.4
  • PostgreSQL 8.X+
  • Elm 0.16

Getting started

To start the app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Install Elm packages:
cd web/elm
elm package install -y
elm package install evancz/elm-html -y
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

About

eqdash - live earthquakes dashboard

https://eqdash.herokuapp.com

License:MIT License


Languages

Language:Elixir 71.2%Language:JavaScript 18.5%Language:Elm 6.1%Language:HTML 3.4%Language:CSS 0.8%