Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 651 Bytes

File metadata and controls

22 lines (16 loc) · 651 Bytes

FirestormData

This is the data layer for Firestorm Forum. It contains the core data models and API for interacting with them.

Installation

If available in Hex, the package can be installed by adding firestorm_data to your list of dependencies in mix.exs:

def deps do
  [
    {:firestorm_data, "~> 0.1.0"}
  ]
end

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