https://github.com/qqwy/elixir-stream_data-property-example
Example of how I'd like to nest multiple properties together with the stream_data library
https://github.com/qqwy/elixir-stream_data-property-example
Last synced: 8 months ago
JSON representation
Example of how I'd like to nest multiple properties together with the stream_data library
- Host: GitHub
- URL: https://github.com/qqwy/elixir-stream_data-property-example
- Owner: Qqwy
- Created: 2019-01-04T15:33:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T15:34:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T13:46:27.567Z (9 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StreamDataExample
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `stream_data_example` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:stream_data_example, "~> 0.1.0"}
]
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/stream_data_example](https://hexdocs.pm/stream_data_example).