All Projects → scrogson → exgravatar

scrogson / exgravatar

Licence: MIT license
An Elixir module for generating Gravatar urls.

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to exgravatar

gravatar-url-generator
A fun and friendly generator of Gravatar urls.
Stars: ✭ 44 (+120%)
Mutual labels:  gravatar
avatar-privacy
GDPR-conformant avatar handling for WordPress
Stars: ✭ 15 (-25%)
Mutual labels:  gravatar
Avatar
Plug n play avatar, turn name, email, and any other string into beautiful avatar (or gravatar), effortless.
Stars: ✭ 1,525 (+7525%)
Mutual labels:  gravatar
mk-letter-avatar
🅰 WordPress 字母头像插件(纯前端实现版) WordPress letter avatar plugin
Stars: ✭ 42 (+110%)
Mutual labels:  gravatar
avatars-io
👤 Wanna get a social media avatar? Avatars-io makes it easy for you. Just give a username then get an avatar!
Stars: ✭ 13 (-35%)
Mutual labels:  gravatar
django-etc
Tiny stuff for Django that won't fit into separate apps.
Stars: ✭ 26 (+30%)
Mutual labels:  gravatar
Gravatar
👤 Gravatar Helper & Generator (Laravel supported)
Stars: ✭ 19 (-5%)
Mutual labels:  gravatar
ng2-gravatar
Angular2 gravatar directive
Stars: ✭ 21 (+5%)
Mutual labels:  gravatar

Exgravatar

CI Module Version Hex Docs Total Download License Last Updated

An Elixir module for generating Gravatar urls.

Make sure to check out the Gravatar documentation for all available options.

Usage

import Exgravatar

gravatar_url "[email protected]", secure: false
#=> "http://gravatar.com/avatar/694ea0904ceaf766c6738166ed89bafb"

# with size option in pixels
gravatar_url("[email protected]", s: 256)
#=> "https://secure.gravatar.com/avatar/694ea0904ceaf766c6738166ed89bafb?s=256"

Copyright and License

Copyright (c) 2015 Sonny Scroggin

This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the LICENSE.md file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].