Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DrewML/GifHub
Quickly insert GIFs in GitHub comments
https://github.com/DrewML/GifHub
Last synced: 16 days ago
JSON representation
Quickly insert GIFs in GitHub comments
- Host: GitHub
- URL: https://github.com/DrewML/GifHub
- Owner: DrewML
- License: mit
- Created: 2016-03-13T01:56:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T19:55:16.000Z (almost 8 years ago)
- Last Synced: 2024-10-17T08:36:47.419Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 651
- Watchers: 8
- Forks: 68
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GifHub
A Chrome extension that adds a button on GitHub comment toolbars, allowing you to search for (and include) GIFs in comments. Many thanks to [Giphy](http://giphy.com/), as this uses their API.
![screenshot](screenshot.gif)
# Install
- [Chrome](https://chrome.google.com/webstore/detail/gifhub/lponagpckglibniamicamklhfkoebpeb/)
# Installing for Development
1. Clone the repository
2. Run `npm install` in the root of the project
3. Run `npm run build:chrome`
4. Visit the [extensions page](chrome://extensions) in Chrome
5. Enable the `Developer Mode` checkbox
6. Click `Load unpacked extension`
7. Select the `dist/chrome` directory of this project (generated in Step 3)# Issues?
You can submit any issues you have [here](https://github.com/DrewML/GifHub/issues/new)