Entipic topic explorer. Find topic in wikipedia.
wikipedia
api
query
search
oepnSearch
entity
explore
(lang, name) - explore an entity by nameinfo
(lang, title) - find entity info: title, descriptiontype
(title) - find entity type: person, group or place
var wikipedia = require('entipic.entity').wikipedia;
wikipedia.entity.explore('en', 'Obama')
.then(function(entity){
});