A CRUD/MVC app to help amateur meteorologists and storm chasers track their station observations.
Live demo: http://hyperlocal-wx.herokuapp.com
- Clone
- Run
bundle install
- Run
rake db:migrate
- Run
rake db:seed
to start with sample data, if desired - Run
shotgun
and head to http://localhost:9393
After creating an account, you can create new observations, edit or delete your entries, and view reports from all users.
Feel free to create a pull request if you have any ideas for expansion or improvement!
- Ben Iburg (https://github.com/bbbtttiii)
MIT Open Source (https://opensource.org/licenses/MIT)