README.md
# RemotePersistentTerm
[![Hex pm](https://img.shields.io/hexpm/v/remote_persistent_term.svg?style=flat)](https://hex.pm/packages/remote_persistent_term) [![Hexdocs.pm](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/remote_persistent_term/)
Load data from a remote source and store in it a persistent_term.
Can periodically update the data if desired.
## Installation
The package can be installed by adding `remote_persistent_term` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:remote_persistent_term, "~> 0.5"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/remote_persistent_term>.