google-hoi
v0.2.0
Published
Node package for discovery the answer of "How old is?" from Google Search Results
Downloads
7
Readme
google-hoi
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