Created
July 20, 2018 12:52
-
-
Save andreasvirkus/ae250e5c6f5d4db351106491c336ea86 to your computer and use it in GitHub Desktop.
I'd like to take a moment and thank adorable.io for existing <3 This small module uses their avatar API: http://avatars.adorable.io/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const randStr = Math.random().toString(36).substr(2, 5) | |
export default `https://api.adorable.io/avatars/40/${randStr}@adorable` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment