https://github.com/maxigimenez/figme
GIF search engine using Giphy API
https://github.com/maxigimenez/figme
Last synced: 10 months ago
JSON representation
GIF search engine using Giphy API
- Host: GitHub
- URL: https://github.com/maxigimenez/figme
- Owner: maxigimenez
- License: mit
- Created: 2015-11-02T17:04:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T17:42:52.000Z (over 8 years ago)
- Last Synced: 2025-04-12T03:38:25.426Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://figme.co/
- Size: 1.42 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Figme
[Figme](http://figme.co/) is a GIFs search engine using the [Giphy API](http://giphy.com/).
Some cool features:
~- Extract dominant color to be used as filter~
- Copy GIF url direct to the clipboard
~- Copy Markdown syntax with GIF direct to the clipboard~
~- Direct download~
- Responsive
- React <3
## API Key
Please replace the api key from this repository to the key located [here](https://github.com/giphy/GiphyAPI#public-beta-key).
```
API_KEY=key npm run dev
API_KEY=key npm run build
```
## Written with:
- [React](https://reactjs.org/)
- Yarn
- Webpack
## Development
```
npm install;
npm run dev;
```
## Production
Generate a production build:
```
npm run build;
```
## Licence
[MIT](LICENCE.md)