Skip to content

primableatom/elixir_city_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :-)

About

Console app to find the city given its coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages