Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.35 KB

wpnest

Windows Phone client for controlling Nest thermostat. Track project progress at https://trello.com/board/wpnest/50bea98af6a901701a001d58

Getting Up and Running

You'll need the following:

Project Folders

Builds contains the XAP files submitted to the marketplace as well as the debug symbols.

Libraries contains third-party libraries used by wpnest

packages contains third-party libraries from NuGet used by wpnest

WPNest is the WP7 project. All code files reside here.

WPNest.Test is the unit test project. Code files are linked from the WPNest folder.

WPNest.WP8 is the WP8 project. Code files are linked from the WPNest folder.

Submitting Pull Requests

Here are some things to check for before a pull request:

  • Changes should work in WP7 and WP8
  • Tests added for anything not in the views (if you can figure out how to write good tests for the views, go for it!)
  • Tests should pass

I'm not a stickler about this stuff. Any work you do on wpnest will be appreciated. Just note that anything you don't do on this checklist is something I'll have to do after the fact.