-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John David Anthony
authored and
John David Anthony
committed
Aug 10, 2017
1 parent
ee6efe3
commit 265f3b1
Showing
1 changed file
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,31 @@ | ||
# Project Title | ||
# Smart Mirror | ||
|
||
Simple web based application that currently displays: weather forecasts, top news from various sources, your upcoming events on your calendar, and the time. | ||
|
||
https://user-images.githubusercontent.com/22968283/29177274-461d563c-7dbc-11e7-9cd4-92fb5dead615.jpg | ||
|
||
https://user-images.githubusercontent.com/22968283/29177182-fa766750-7dbb-11e7-8ebd-b3c83281f70e.png | ||
|
||
Very simple to add to your website. | ||
See the [live Demo!] (http://johndavidanthony.me/Pages/SmartMirror/SmartMirror.html) | ||
|
||
## Getting Started | ||
|
||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. | ||
All you need to do to add this to your website is to download the files and place them in a folder on your website. | ||
|
||
## ToDo | ||
* Add today’s high and low temperatures | ||
* Add contextual messages like “you can sleep in tomorrow you have 1 event in the afternoon…” | ||
* Add animated weather icons | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details | ||
|
||
## Acknowledgments | ||
|
||
* Hat tip to anyone who's code was used | ||
* Inspiration | ||
* etc | ||
* Weather Icons from [Dan Vierich] (http://www.danvierich.de/weather/) | ||
* Weather Info from [Open Weather Map] (https://openweathermap.org) | ||
* News from [News API] (https://newsapi.org) | ||
|