Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flexoid/slack-cloud-vision
https://github.com/flexoid/slack-cloud-vision
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flexoid/slack-cloud-vision
- Owner: flexoid
- Created: 2016-02-22T22:07:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T22:07:26.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T07:47:53.375Z (3 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
# SlackCloudVision
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add slack_cloud_vision to your list of dependencies in `mix.exs`:
def deps do
[{:slack_cloud_vision, "~> 0.0.1"}]
end2. Ensure slack_cloud_vision is started before your application:
def application do
[applications: [:slack_cloud_vision]]
end