Skip to content

m1ci/SpotlightJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

SpotlightJS

Spotlight is pure JavaScript client for the DBpedia Spotlight service. It is implemented in NodeJS.

If you want to try the module or contribute improving it, you are welcome.

Usage

var Spotlight = require('./lib/Spotlight');

new Spotlight().annotate('JSON', 'application/json', 0.2, 20, function(data){
    console.log('annotate: ' + JSON.stringify(data));
});

Install

You can install it by cloning the repository using git clone or you can install it with npm.

npm install SpotlightJS

About

NodeJS client for the DBpedia Spotlight service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published