DayDashboard
Table of Contents
DayDash
Web application to display upcoming calendar events, bus schedule and weather forecast
Built With
Getting Started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Installation
-
Clone the repo
git clone https://github.com/halldorstefans/DayDashboard.git
-
Use the following .NET Quickstart to get credentials for Google Calendar access
-
Get a free API Key at OpenWeather API
-
Get a free API Key and Id at Transport API
-
Enter your API keys, latitude and longitude, and unit for the OpenWeather API in
appsettings.json
{ ... "BusStop":"ENTER YOUR ATCO CODE", "BusAppId":"ENTER YOUR TRANSPORT API ID", "BusAppKey":"ENTER YOUR TRANSPORT API KEY", "OpenWeatherMapAPIKey":"ENTER YOUR DARK SKY API KEY", "Latitude": "ENTER YOUR LATITUDE", "Longitude": "ENTER YOUR LONGITUDE", "Unit": "ENTER YOUR UNIT OF MEASURE" }
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Halldór Stefánsson - @halldorstefans
Project Link: https://github.com/halldorstefans/DayDashboard