stormchat

A Multi Platform Project that uses NWS API to text with other users

MIT License

Stars
0

Stormchat

  • App monitors the NWS alerts feed at https://alerts.weather.gov/
  • Each alert creates a chatroom / realtime comment feed. - Chat messages are stored in the DB forever.
  • Users can chat about the alert in the chatroom.
  • Users can sign up for emails when new alerts in their area happen.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more