Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Created July 20, 2018 12:52
Show Gist options
  • Save andreasvirkus/80a56d81b8923648ca879348a35d7a43 to your computer and use it in GitHub Desktop.
Save andreasvirkus/80a56d81b8923648ca879348a35d7a43 to your computer and use it in GitHub Desktop.
I'd like to take a moment and thank adorable.io for existing <3
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