This single-page-application displays daily news articles covering different categories that Users can toggle between and even pin. In addition, it also provides local weather forecasts so Users can stay up to date on news and their weekly forecasts.
To use:
$ bundle
$ db:create
$ db:migrate
$ db:seed
$ rails s
open index.html
Special Thanks to the creators and maintainers of the News API https://newsapi.org/ & Open Weather Map's One Call Api https://openweathermap.org/api/one-call-api whose free to use versions helped make this project possible!