Skip to content

chihhungl/giphy-search-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A chrome extension that searches for Gifs on Giphy

screencast 2019-07-12 11-10-32

How to use?

Step 0: Get an API KEY from giphy.com

  1. Link
  2. Copy the api key, you'll need it soon.

Step 1: Build

  1. Clone/download this repo
  2. Navigate to the directory
  3. Run sed 's/shhhhh/<YOUR API KEY>/' ./src/secret.js.tmpl > ./src/secret.js to generate secret.js which will include your giphy api key.
  4. Open src/secret.js in your favorite text editor.
  5. Run npm install to install the dependencies
  6. Run npm run build to build the app

Step 2: Add it to chrome

  1. Open chrome
  2. Click on the action icon on the top right. Them click on More tools > Extension. image
  3. Make sure to have "Developer Mode" enabled (on the top right).
  4. Click on "Load Unpacked" on the top left, and select the entire /build directory generated from step 1. screencast 2019-07-12 11-29-45

Step 3: Start searching gifs!

License

WTFPL : http://www.wtfpl.net/txt/copying/

About

A chrome extension that helps you search for gifs on giphy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published