Skip to content

Commit

Permalink
Minor doc tweaks and corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
benzenwen committed Mar 11, 2013
1 parent 057f2d7 commit bfbec0d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//
// mongolab-motion: Arduino motion detector logging to MongoLab
// mongolab-motion: An Arduino motion sensor example that logs to
// MongoLab's REST API and to an email address.
//

//
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "mongolab-motion",
"version" : "0.1.0",
"description" : "An Arduino motion sensor example that logs to MongoLab's REST APIand to an email address.",
"description" : "An Arduino motion sensor example that logs to MongoLab's REST API and to an email address.",
"main" : "app.js",
"engines" : {
"node" : "0.8",
Expand Down
12 changes: 8 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

![Picture of the rig](mongolab-motion.jpg "The setup")

A quick Node.js example of sending Arduino sensor data to a MongoDB
database, hosted at MongoLab. It uses the MongoLab REST API. It
sends results based on rules to email. The hardware in the photo is
an [Arduino UNO
An Arduino motion sensor example that logs to MongoLab's REST API and
to an email address.

This simple Node.js example sends Arduino sensor data to a MongoDB
database hosted at MongoLab. It uses the MongoLab REST API. It also
sends results based on rules to email.

The hardware in the photo is an [Arduino UNO
R3](http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front.jpg) and a
[Parallax PIR motion
sensor](http://www.parallax.com/tabid/768/productid/83/default.aspx)
Expand Down

0 comments on commit bfbec0d

Please sign in to comment.