https://github.com/code-shoily/gps_ex
A GPS Server written in Elixir.
https://github.com/code-shoily/gps_ex
Last synced: 11 months ago
JSON representation
A GPS Server written in Elixir.
- Host: GitHub
- URL: https://github.com/code-shoily/gps_ex
- Owner: code-shoily
- Created: 2018-03-02T03:44:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T05:05:42.000Z (over 8 years ago)
- Last Synced: 2025-05-20T14:11:47.676Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExGps
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_gps` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_gps, "~> 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/ex_gps](https://hexdocs.pm/ex_gps).