XanderPSON / febrezehackathon

Febreze Hackathon App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Alert sample app with jQuery

A simple alert application that demonstrates how to access the Nest API from a web application by alerting the user when their Nest Protect goes off.

Requirements

The development environment is a simple Node.js server managed by Yeoman. If you don't have them already install these tools first:

Running

To install required Bower components and Node modules, simply type:

bower install
npm install

You will need to set your redirect URI in the Nest Developer Portal to http://localhost:8080/auth/nest/callback and grab your your client ID and client secret and set them as environment variables:

export NEST_ID=<CLIENT ID>
export NEST_SECRET=<CLIENT SECRET>

And finally, use Grunt to start the server:

grunt

Then open http://localhost:8080 in your browser and you will be walked through the authentication process.

Contributing

Contributions are always welcome and highly encouraged.

See CONTRIBUTING for more information on how to get started.

License

Apache 2.0 - See LICENSE for more information.

About

Febreze Hackathon App

License:Apache License 2.0


Languages

Language:JavaScript 95.0%Language:HTML 5.0%