Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 758 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 758 Bytes

CityFinder

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

Usage:

git clone [email protected]: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 [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
Happy coding :-)