This is a minimal Electron application for searching gifs using giphy.
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