Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelson/scenic_launcher
https://github.com/axelson/scenic_launcher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/axelson/scenic_launcher
- Owner: axelson
- Created: 2019-07-09T17:42:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T23:16:49.000Z (over 1 year ago)
- Last Synced: 2024-12-16T00:47:33.473Z (about 1 month ago)
- Language: Elixir
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Launcher
TODO:
- [x] Extract to a separate top-level git repository
- [x] Add a reboot button
- [x] Add a refresh cycle
- [ ] Don't directly depend on govee_semaphore
* Instead define a function that will return a scene to render into the
launcher home screen## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `launcher` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:launcher, "~> 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/launcher](https://hexdocs.pm/launcher).