Skip to content

bcbcb/yo-chrome-extension

 
 

Repository files navigation

Yo. Chrome Extension

Yo extension for the Chrome browser.

How to install

  1. Clone the repo to your local machine and navigate to the project directory.
git clone https://github.com/tgrrtt/yo-chrome-extension.git
cd yo-chrome-extension
  1. Get your own personal API key from the Yo Developer Dashboard. Note that your Yo password is a numerical PIN just in case you forget what you entered when you first signed up.

  2. Create a file in your app/scripts folder called apikey.js and add the following line of code with your API key:

var secretkey = 'YOUR_API_KEY';

  1. Point your Chrome browser to 'chrome://extensions' and check the box for 'Developer Mode'. Then, click on 'Load unpacked extension...', navigate to your 'app' folder and click 'Select'.

  2. Click on the purple box in the upper right hand of your browser and send a Yo! (recipient must follow your account in order to receive your YOs)

About

Unofficial Yo extension for chrome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 9.0%