Skip to content

jd-gray/weather_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Henri Weather Project

Ruby on Rails app that calls a Zippopotamus API and Yahoo Weather API for Zip Code and Weather data. Then displays the information in a table and Google map.

Getting Started

Clone the repository:

https://github.com/jd-gray/weather_project.git

Create and migrate your database:

rails db:create db:migrate

Run your local rails server:

rails s

License

This project is licensed under the MIT License - see the LICENSE file for details