urcoilbisurco / Aurora

Trying to control my home and at the same time learning IoT and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aurora

Coming soon.

Installation

create an "app/_env.js" file with inside:

var env={
  token:"YOUR PARTICLE TOKEN",
  device:"YOUR DEVICE ID"
}
module.exports=env;

Then run

  npm install
  npm run start

Then visit localhost:8080

About

Trying to control my home and at the same time learning IoT and React


Languages

Language:JavaScript 76.1%Language:CSS 21.5%Language:HTML 2.4%