Skip to content

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

License

Notifications You must be signed in to change notification settings

flythebluesky/imp-environmental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published