google-hoi

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

Usage no npm install needed!

<script type="module">
  import googleHoi from 'https://cdn.skypack.dev/google-hoi';
</script>

README

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