Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electric-imp-environmentals

A demo project to collect, store and chart environmental data from an Electric Imp device using Node.js, Angular and MongoDB.

Requirements

Server Setup

The server must be publicly accessible.

  1. npm update
  2. bower update
  3. node server.js

Device Setup

  1. Login at https://ide.electricimp.com
  2. Register your Electric Imp device.
  3. Install agent.nut and device.nut.
  4. Update agent.nut for your environment.
// Begin - Settings
const serverUrl = "http://yourhost.com";
const WUNDERGROUND_API_KEY = "xxxxxxxxxx";
const WUNDERGROUND_LOCATION = "NY/Albany";
// End - Settings

About

A demo project to gather, store and chart environmental data from an Electric Imp device using Node.js, Angular and MongoDB.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages