Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 801 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 801 Bytes

RemotePersistentTerm

Hex pm Hexdocs.pm

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:

def deps do
  [
    {:remote_persistent_term, "~> 0.5"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/remote_persistent_term.