Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-m-i-t-a/image_plug_parser
An Elixir Plug to add image direct upload
https://github.com/s-m-i-t-a/image_plug_parser
elixir hacktoberfest
Last synced: 5 days ago
JSON representation
An Elixir Plug to add image direct upload
- Host: GitHub
- URL: https://github.com/s-m-i-t-a/image_plug_parser
- Owner: s-m-i-t-a
- Created: 2018-05-12T13:46:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T10:56:07.000Z (over 6 years ago)
- Last Synced: 2024-04-23T18:34:37.219Z (7 months ago)
- Topics: elixir, hacktoberfest
- Language: Elixir
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImagePlugParser
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `image_plug_parser` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:image_plug_parser, "~> 1.0.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/image_plug_parser](https://hexdocs.pm/image_plug_parser).