https://github.com/overbryd/flare
Elixir client for CloudFlare v4 API
https://github.com/overbryd/flare
Last synced: 7 months ago
JSON representation
Elixir client for CloudFlare v4 API
- Host: GitHub
- URL: https://github.com/overbryd/flare
- Owner: Overbryd
- Created: 2018-07-10T12:30:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T17:01:39.000Z (about 7 years ago)
- Last Synced: 2025-04-09T22:04:21.310Z (7 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flare
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `flare` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:flare, "~> 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/flare](https://hexdocs.pm/flare).