Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 423 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 423 Bytes

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