Generate random avatar image from Unsplash

How to ge a random avatar image without using Unsplash API


Most of the time I search and find avatar images suitable for fill the user image. Can I randomize avatar, really ? 🤔

Luckily Unsplas.com allow us to get image link suitable for using with avatar. 💡

   "https://source.unsplash.com/random/?face&fit=facearea&facepad=2&w=256&h=256&q=80";
 

Here ? face is the search parameter, you can replace it with suitable search term of choice. This url will return a randomized avatar image. 🐺

Author: Manoj

Developer and a self-learner, love to work with Reactjs, Angular, Node, Python and C#.Net

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.