spoonben / zombies

protecting yourself against the imminent zombie attack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zombies

zombie logo

Slides for this presentaion are available at slides.com/benspoon/zombies

Please keep in mind this repo was built as a demo, this is not a good application structure

bitHound Score

protecting yourself against the imminent zombie attack (A collection of things to do with JavaScript)

Example Scripts

Example scripts are located in the example-scripts directory.

To run an example script, use node. e.g. node example-scripts/drone.js

Database

This experiment uses MongoDB for it's database. To find out more about MongoDB visit their website

Schema

The database script expects a schema to exist with a sensor in it. The schema is really simple:

unit_id: Number,
location: String,
type: String

SMTP

Settings should be saved in a file in the root directory called smtp-config.json that looks like:

{
	'username': 'foo@bar.com',
	'password': 's0m3th1ng' 
}

I realize this is not secure, but it is at least easy to implement for now.

Links

Here you'll find links to all the repos I've used

This is a test, please ignore.

About

protecting yourself against the imminent zombie attack


Languages

Language:JavaScript 100.0%