An Elixir based console app to find city given its lattitude and longitude
git clone [email protected]:primableatom/elixir_city_finder.git
elixir_city_finder
./city_finder lat,lng
./city_finder 20.2961,85.8245
Bhubaneswar
Note: You don't need to install elixir in order to run this app. Installing Erlang VM from here is enough
- Install Elixir from here
- Clone the repo - git clone [email protected]:primableatom/elixir_city_finder.git
- CD into the directoy - cd elixir_city_finder
- Make your awesome update
- mix escript.build
- Send in a PR