Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch4s3/nimbus
Elixir tool for interacting with forecast.io
https://github.com/ch4s3/nimbus
Last synced: 19 days ago
JSON representation
Elixir tool for interacting with forecast.io
- Host: GitHub
- URL: https://github.com/ch4s3/nimbus
- Owner: Ch4s3
- Created: 2016-09-06T04:21:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T04:22:25.000Z (over 8 years ago)
- Last Synced: 2023-03-30T02:51:16.138Z (almost 2 years ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nimbus
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `nimbus` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:nimbus, "~> 0.1.0"}]
end
```2. Ensure `nimbus` is started before your application:
```elixir
def application do
[applications: [:nimbus]]
end
```