0.0.6 • Published 9 years ago

entipic.entity v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

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){
    
  });
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago