figme

GIF search engine using Giphy API

MIT License

Stars
7

Figme

Figme is a GIFs search engine using the Giphy API.

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.

API_KEY=key npm run dev
API_KEY=key npm run build

Written with:

Development

npm install;
npm run dev;

Production

Generate a production build:

npm run build;

Licence

MIT