An open API service indexing awesome lists of open source software.

https://github.com/cloud8421/cosmos


https://github.com/cloud8421/cosmos

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Cosmos

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `cosmos` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:cosmos, "~> 0.1.0"}]
end
```

2. Ensure `cosmos` is started before your application:

```elixir
def application do
[applications: [:cosmos]]
end
```