-1

The title of this question says it all: I'm interested in writing a Nest client, but I'd like to make it open source.

Is this permitted under the Nest developer agreement?

Richard Ev
  • 52,939
  • 59
  • 191
  • 278
  • 4
    This question appears to be off-topic because it is about licencing, not a specific programming problem. – hichris123 Jun 28 '14 at 22:01
  • 4
    This question appears to be off-topic because it is about licensing arrangements. –  Aug 10 '14 at 22:00

1 Answers1

4

This isn't prohibited, but you need to be very careful with how OAuth is handled. Posting sensitive information (for example client secrets) will likely get those clients suspended.

That said, there are sample applications published as open source on the Nest Developer Program site itself https://developer.nest.com/docs/topics/sample-code, you just need to create your own client to plug in to the samples.

mccv
  • 386
  • 1
  • 2
  • 7