This is a minimal Electron application for searching gifs using giphy.
Clone this repository:
git clone https://github.com/MatthewRDodds/giphy-searchAdd 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