/elixir_city_finder

Console app to find the city given its coordinates

Primary LanguageElixir

CityFinder

An Elixir based console app to find city given its lattitude and longitude

Usage:

git clone git@github.com:primableatom/elixir_city_finder.git
elixir_city_finder
./city_finder lat,lng

Example:

./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

To Develop:

  • Install Elixir from here
  • Clone the repo - git clone git@github.com:primableatom/elixir_city_finder.git
  • CD into the directoy - cd elixir_city_finder
  • Make your awesome update
  • mix escript.build
  • Send in a PR
Happy coding :-)