Skip to content

halldorstefans/DayDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DayDashboard

Table of Contents

DayDash

Product Name Screen Shot

Web application to display upcoming calendar events, bus schedule and weather forecast

Blog post about the process

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

  1. Clone the repo

    git clone https://github.com/halldorstefans/DayDashboard.git
  2. Use the following .NET Quickstart to get credentials for Google Calendar access

  3. Get a free API Key at OpenWeather API

  4. Get a free API Key and Id at Transport API

  5. Find ATCO code for your bus stop

  6. 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

Acknowledgements