https://github.com/dkarter/googlepos
https://github.com/dkarter/googlepos
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkarter/googlepos
- Owner: dkarter
- Created: 2016-06-28T19:44:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T04:13:17.000Z (over 2 years ago)
- Last Synced: 2025-10-20T07:59:53.836Z (9 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Googlepos
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add googlepos to your list of dependencies in `mix.exs`:
def deps do
[{:googlepos, "~> 0.0.1"}]
end
2. Ensure googlepos is started before your application:
def application do
[applications: [:googlepos]]
end