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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    1
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i google-hoi

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • ceasbz
  • cauealves