An open API service indexing awesome lists of open source software.

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

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)