Skip to content

entipic/entipic.entity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[INACTIVE] Entipic entity explorer

Resources

Stars

Watchers

Forks

Packages

No packages published