Skip to content

peteroome/giphy-menubar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gif Bar

An OS X menubar app for searching Giphy.

Demo

Gif Bar demo

View a demo of Gif Bar, as a gif, here.

Download Demo

This app currently doesn't have a product API key for Giphy, so it could stop working at any moment. However, if you're cool with that, you can download the app from here to take it for a spin.

Local setup

Install the stuff

npm install

Env file

Create a file called env.json in the src folder and copy the contents of the env.example.json file that is also in this folder.

We're using Giphy's dev/test credentials for accessing their API.

Note: The Giphy API credentials could change at any moment. Fortunately Giphy publish them so check the Readme for updates if this app doesn't work for you.

Start the app

npm run start

Package the app

npm run package

Built by

Pete

Thanks

Many thanks to @llnng and @robbarwell for their design input and feedback on this project.