Initial commit with working proof of concept

Repository details (node-dnssec-name-shame)
Project page
node-dnssec-name-shame
Project category
(157 entries)
Owner
@joelpurra
Commit details (9ac2f36d)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Initial commit with working proof of concept

Raw text
Initial commit with working proof of concept

Changed files (14)

Path Additions Deletions
.gitignore +1 -0
LICENSE +661 -0
Procfile +1 -0
README.md +20 -0
app/data/data-layer-wrapper.js +84 -0
app/web.js +169 -0
app/web.js.defaults.config.json +5 -0
lib/DNSLookup.js +40 -0
lib/callWithFirstInArray.js +18 -0
lib/deepCleanKeysFromDots.js +30 -0
lib/mongodb-deferred.js +237 -0
lib/toObjectID.js +18 -0
package.json +28 -0
public/index.html +156 -0

Commit categories (3)