Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetonymaster/funnel
https://github.com/thetonymaster/funnel
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thetonymaster/funnel
- Owner: thetonymaster
- Created: 2017-01-28T17:24:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T17:29:30.000Z (almost 8 years ago)
- Last Synced: 2024-10-21T20:26:33.214Z (2 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Funnel
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `funnel` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:funnel, "~> 0.1.0"}]
end
```2. Ensure `funnel` is started before your application:
```elixir
def application do
[applications: [:funnel]]
end
```