added eth js and geo

This commit is contained in:
Marian Oancea
2014-12-04 23:35:09 +02:00
parent 3054ad1921
commit 00fc14bad0
5 changed files with 48 additions and 7 deletions

6
models/node.js Normal file
View File

@@ -0,0 +1,6 @@
var web3 = require('ethereum.js');
var geoip = require('geoip-lite');
var Node = {};
module.exports = Node;