Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

joshayoung/will-it-rain-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Program to Send Forecast Data

This repo pulls in the current weather forecast for the week. The email functionality allows you to send the weather data to someone on a periodic basis.

To see testing coverage report:

  • Start a server at the root of the project (python's SimpleHTTPServer works for this)
  • Navigate to http://localhost:8000/coverage in your browser

Docker

Build the image:

docker build .

Attach to 'irb':

Get this ID from running docker image ls docker run -it [the id] irb

Run Rspec:

docker run -it [the id] rspec

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published