Skip to content

A Ruby on Rails application which uses a public weather api to allows users to track the weather conditions and forecasts in different cities.

License

Notifications You must be signed in to change notification settings

pmdamora/rails-weather

Repository files navigation

Build Status Maintainability

Ruby on Rails Weather Application

This application displays the weather.

License

All source code is available under the MIT License. See LICENSE.md for details.

This application is available on Heroku as a demonstration.

Getting started

To get started with the app, clone the repo and then install the needed gems:

> bundle install --without production

Next, migrate the database:

> rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

> rails test

If the test suite passes, you'll be ready to run the app in a local server:

> rails server

About

A Ruby on Rails application which uses a public weather api to allows users to track the weather conditions and forecasts in different cities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published