laithshadeed / invite-app

An experiment to learn Crystal Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invite APP

Linux Build status

Invite your customers within certain range in KM

Installation

# Install Crystal via https://crystal-lang.org/docs/installation
shards build --release --no-debug

Usage

./bin/invite -f path/to/your/data -d distance_in_km

Test

crystal spec
crystal spec --release --no-debug

Docker

docker pull laithshadeed/invite-app

Man pages

 man 1 ./man/invite.1

Download

wget https://github.com/laithshadeed/invite-app/releases/download/v0.1.0/invite
./invite --help

About

An experiment to learn Crystal Language

License:MIT License


Languages

Language:Crystal 91.2%Language:Dockerfile 4.8%Language:Makefile 4.0%