https://github.com/ericdude4/harvex
:alarm_clock: Harvest API wrapper built with Elixir
https://github.com/ericdude4/harvex
Last synced: about 1 year ago
JSON representation
:alarm_clock: Harvest API wrapper built with Elixir
- Host: GitHub
- URL: https://github.com/ericdude4/harvex
- Owner: ericdude4
- Created: 2019-11-13T21:25:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T12:35:15.000Z (about 5 years ago)
- Last Synced: 2025-05-08T17:51:22.149Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harvex
Under construction! This repo is under development.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `harvex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:harvex, "~> 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/harvex](https://hexdocs.pm/harvex).