https://github.com/prodis/curl-elixir
UNDER DEVELOPMENT
https://github.com/prodis/curl-elixir
Last synced: 16 days ago
JSON representation
UNDER DEVELOPMENT
- Host: GitHub
- URL: https://github.com/prodis/curl-elixir
- Owner: prodis
- License: apache-2.0
- Created: 2020-04-26T22:35:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T22:58:54.000Z (over 6 years ago)
- Last Synced: 2025-08-20T04:46:27.208Z (12 months ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Curl Elixir
:warning: UNDER DEVELOPMENT
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `curl` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:curl, "~> 0.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/curl](https://hexdocs.pm/curl).