Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkuku/table_parser
https://github.com/dkuku/table_parser
elixir hacktoberfest livedashboard phoenix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkuku/table_parser
- Owner: dkuku
- Created: 2020-12-28T19:07:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T20:28:04.000Z (almost 4 years ago)
- Last Synced: 2024-09-22T11:06:35.308Z (3 months ago)
- Topics: elixir, hacktoberfest, livedashboard, phoenix
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TableParser
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `table_parser` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:table_parser, "~> 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/table_parser](https://hexdocs.pm/table_parser).# table_parser