https://github.com/fukaoi/syncserver
https://github.com/fukaoi/syncserver
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fukaoi/syncserver
- Owner: fukaoi
- Created: 2016-04-17T15:24:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T16:00:01.000Z (over 9 years ago)
- Last Synced: 2025-02-04T15:49:08.981Z (12 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SyncServer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add syncServer to your list of dependencies in `mix.exs`:
def deps do
[{:syncServer, "~> 0.0.1"}]
end
2. Ensure syncServer is started before your application:
def application do
[applications: [:syncServer]]
end
# syncServer