1
0
mirror of https://github.com/balkian/hook.io-sparql.git synced 2025-09-02 17:42:21 +00:00

First commit

This commit is contained in:
J.Fernando Sánchez
2012-03-15 05:34:22 +01:00
commit a75a16dee0
3 changed files with 60 additions and 0 deletions

4
bin/index.js Normal file
View File

@@ -0,0 +1,4 @@
require('coffee-script')
var Hook = require('../lib/hook.io-dbpedia').DBPediaHook
var SparHook = new Hook()
SparHook.start()