https://github.com/gedex/giphystock
Stock your WordPress blog media with animated GIF from Giphy.
https://github.com/gedex/giphystock
Last synced: 10 months ago
JSON representation
Stock your WordPress blog media with animated GIF from Giphy.
- Host: GitHub
- URL: https://github.com/gedex/giphystock
- Owner: gedex
- Created: 2014-06-20T20:47:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-08T12:12:47.000Z (over 11 years ago)
- Last Synced: 2025-06-10T07:43:09.417Z (about 1 year ago)
- Language: JavaScript
- Size: 1.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GiphyStock
==========
Stock your WordPress blog media with animated GIF from Giphy.
[Live demo](http://gedex.web.id/GiphyStock) from GitHub page.
## Screenshot

## Build
```
$ npm install # for the first time
$ grunt
```
Build will be available on `dist` directory.
## Deploy to GitHub Page
```
$ grunt gh-pages
```
## Credits
* [WordPress.com API](https://developer.wordpress.com/docs/api/) for allowing this app to upload media.
* [Sulfur](https://github.com/Automattic/sulfur) for inspiring this app.
* [Giphy API](https://github.com/Giphy/GiphyAPI) for providing animated GIF API.
## License
MIT License - see [LICENSE](./LICENSE) file.