Google India has rolled out a new feature called People Cards for Indian consumers for Mobile Platform only(Not for Desktop) — a Google Search feature that lets users create a virtual visiting card, highlight their existing website or social profiles. People Cards is aimed at helping the millions of individuals, influencers, entrepreneurs, prospective employees, self-employed people, freelancers, or anyone else out there who wants to be discovered and help the world find them. Starting today, users across India can discover the people cards on their mobile phones, in English. How to create a People Card on Google For Mobile Devices: To create a People Card, sign in to your Google Account on your Chrome Browser app for Mobile. Search for your name, or “add me to Search” and tap the prompt that appears. You will be asked to provide your phone number for verification purposes. Enter the six-digit code to continue. To start building your people card, people can choose to include...
If you are trying to install Node.js on Ubntu then follow the instruction given below Setup with Ubuntu: curl -sL https://deb.nodesource.com/setup | sudo bash - The above command just updates your system with the latest software builds. Install Node js which is in Ubuntu repository: sudo apt-get install nodejs Install build tools: sudo apt-get install build-essential For more information on various platforms visit the official doc on github .
Comments
Post a Comment