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

https://github.com/kinson/fiat

A generic use cache server just because
https://github.com/kinson/fiat

Last synced: 3 months ago
JSON representation

A generic use cache server just because

Awesome Lists containing this project

README

        

# Fiat

A simple caching server...because I said so :upside_down_face:.

## Installation

The package can be installed by adding `fiat` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:fiat, "~> 0.1"}
]
end
```

## Documentation

The docs can be found at [https://hexdocs.pm/fiat](https://hexdocs.pm/fiat).