An unofficial API for Gravatar.com mostly for scrapping user data.
Install
$ npm install --save gravator
Usage
username
of a gravatar user is alwaysfoo
@example.com
'use strict'; const gravator = ; ;
API
gravator(username, options)
username
Type: string
options
Type: string
Options:
id
Example
;
-
hash
-
requestHash
-
profileUrl
-
preferredUsername
-
thumbnailUrl
-
photos
-
name
-
ims
-
displayName
-
aboutMe
-
currentLocation
-
emails
-
accounts
-
urls
Related
-
gravator-cli
: CLI Tool for Gravator.
-
twifo
: Get user information of a twitter user.
License
MIT © Rishi Giri