/giphy-search

A minimal Electron application for searching gifs using Giphy

Primary LanguageCSSMIT LicenseMIT

Giphy Search

This is a minimal Electron application for searching gifs using giphy.

Demo

To Use

Clone this repository:

git clone https://github.com/MatthewRDodds/giphy-search

Add your Giphy API key in renderer.js:

const apiKey = 'YOUR_KEY'

Run the app locally:

cd giphy-search
# Install dependencies
npm install
# Run the app
npm start