Weather App is a app that whill show the wether condition of any city, state or geo location from earth.
These instructions will get you a copy of the project up and running on your local machine to try.
Assuming you have installed git, ruby, rails and rvm or any other ruby version manager like rbenv.
git clone git@github.com:annuyadav/weather_app.git
cd weather_app
This will automatically create a gemset name weather_app. Install bundler if you don't have.
gem install bundler
Now install all other gems using command
bundle install
Start server
rails s
Open in browser
Here you will see a form. Enter details and see the weather forcast.
-
Beautyfy the application. (CSS improvements)
-
Implemente the user login feature, so that location can be analysed for user and can be notified time to time.
-
Can provide the user with subscription option and send him weather alerts.
-
Show location forcast with more intractive presentation, Like changing the background according to weather.
-
Track current location and provide forcast.
-
Weekly data analysis option.
Annu Yadav