google-hoi

0.2.0 • Public • Published

google-hoi Build Status Dependency Status Npm Package Version

Node package for discovery the answer of "How old is?" from Google Search Results

Install

npm i --save google-hoi

Usage

const hoi = require('google-hoi');
 
hoi('Jennifer Lopez').then(age => console.log(age)); // 47

API

hoi(entity)

Returns a Promise with the age of entity.

entity

Type: string

Entity you want to discovery the age.

License

MIT © Cauê Alves

Package Sidebar

Install

npm i google-hoi

Weekly Downloads

3

Version

0.2.0

License

MIT

Last publish

Collaborators

  • ceasbz
  • cauealves