0.2.0 • Published 9 years ago
google-hoi v0.2.0
google-hoi

Node package for discovery the answer of "How old is?" from Google Search Results
Install
npm i --save google-hoiUsage
const hoi = require('google-hoi');
hoi('Jennifer Lopez').then(age => console.log(age)); // 47API
hoi(entity)
Returns a Promise with the age of entity.
entity
Type: string
Entity you want to discovery the age.
License
MIT © Cauê Alves