Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 268 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 268 Bytes

Weather Forecaster

Setup

No API keys are required for the external services. The Rails master key is included as this is just a homework assignment.

  • bin/bundle
  • bin/rails s

Running tests

Only system tests were added so use bin/rails test:system.