entipic.entity

0.0.6 • Public • Published

entipic topic

Entipic topic explorer. Find topic in wikipedia.

API

  • wikipedia
    • api
      • query
      • search
      • oepnSearch
    • entity
      • explore(lang, name) - explore an entity by name
      • info(lang, title) - find entity info: title, description
      • type(title) - find entity type: person, group or place

Usage

var wikipedia = require('entipic.entity').wikipedia;

wikipedia.entity.explore('en', 'Obama')
  .then(function(entity){
    
  });

Readme

Keywords

Package Sidebar

Install

npm i entipic.entity

Weekly Downloads

1

Version

0.0.6

License

ISC

Last publish

Collaborators

  • mitica