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

https://github.com/joakin/gimme-gif

A small webapp for getting a gif related to a tag
https://github.com/joakin/gimme-gif

Last synced: about 1 year ago
JSON representation

A small webapp for getting a gif related to a tag

Awesome Lists containing this project

README

          

# gimme-gif

A small webapp to get a random gif related to a tag.

Visit [chimeces.com/gimme-gif](https://chimeces.com/gimme-gif) for the live
version.

# Dev

After:

* `npm install`
* `elm package install -y`
* `npm install -g create-elm-app`

Do:

```
npm start
```

And visit `http://localhost:3000`

# Prod

```
npm run build
```

Assets are built to the `dist` folder.