unavatar
unavatar copied to clipboard
Get unified user avatar from social networks, including Instagram, SoundCloud, Telegram, Twitter, YouTube & more.
Bumps [cacheable-lookup](https://github.com/szmarczak/cacheable-lookup) from 6.0.4 to 6.1.0. Release notes Sourced from cacheable-lookup's releases. v6.1.0 Add entry source, either cache or query (#63) 185a8a4d06f3b663aa69cbe2d297d5758f91cd81 @monkbroc Commits 5b08a36 6.1.0 3446801 Drop Keyv 185a8a4...
similar to - https://github.com/dgraham/identicon (GitHub approach) - https://github.com/tobiaslins/avatar (color + letters approach) - https://joeschmoe.io/ (AMAISING) - https://github.com/Gustu/string-to-color
To avoid expose emails into the URL, gravatar encode it using MD5. Take a look at the [provider/gravatar](https://github.com/Kikobeats/unavatar/blob/master/src/providers/gravatar.js#L13). The service can do that because the user is previously registered at...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.10.0 to 22.2.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.2.0 22.2.0 (2024-02-21) Features roll to Chrome 122.0.6261.57 (r1250580) (#11958) (70ad3b2) Bug Fixes deprecate isIncognito (#11962) (ceab7a9)...
The service is offering: - query against all the providers; or - query against one provider It could be nice to query against a subset of providers: ``` ?providers=microlink,google,duckduckgo ```...
Bumps [html-get](https://github.com/microlinkhq/html-get) from 2.16.11 to 2.17.2. Release notes Sourced from html-get's releases. v2.17.2 What's Changed chore(rewrite): handle app links by @Kikobeats in microlinkhq/html-get#208 Full Changelog: https://github.com/microlinkhq/html-get/compare/v2.17.1...v2.17.2 v2.17.1 Full Changelog: https://github.com/microlinkhq/html-get/compare/v2.17.0...v2.17.1...
Hi there, just coming across this project. Although [Avatar API](https://www.avatarapi.com/) seems fantastic, their pricing simply does not scale if your use case is bulk data processing. unavatar seems more limited,...