Coder Social home page Coder Social logo

mirror's Introduction

Mirror

Magic mirror application. UWP app, written with C# .NET. For presentation @ MKE DOT NET 2016.

Configuration

If you fork this repository, you will need to configure the application in order for it to function as you would expect. The Settings.cs class and corresponding Configuration.resw file contain the various configuration that the application relies on to execute.

  • AzureEmotionApiKey visit Microsoft Cognitive Services, Emotion API to get register for free and get your own subscription key.
  • OpenWeatherApiKey visit Open Weather API to sign up for free and get your subscription key.
  • WeatherUom desired UOM, imperial or metric.
  • City the city in which to query weather for, i.e.; for me this is Pewaukee since that is where I live.
  • Calendars this is a complex object that is stored as JSON and serialized / deserialized as a List<CalendarConfig> (where credentials are optional). The only requirement is that the URL is an accessible endpoint that returns valid iCal (*.ics) formatting -- http://icalendar.org/.

Note

To ensure your settings and API keys remain safe and secure, execute the following command to remove the local changes you make to the configuration from git ever watching eye.

git update-index --assume-unchanged [file path]Mirror/Configuration.resw

Details

I took the time to blog about the entire process, enjoy!

mirror's People

Contributors

ievangelist avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.