roberdam / Xaddress

Xaddress - Give 7 billion people an instant physical address
http://xaddress.org
MIT License
1.19k stars 52 forks source link

Added Gemfile with geocoder dependency. #10

Closed cacciatc closed 7 years ago

cacciatc commented 7 years ago

PR to address https://github.com/roberdam/Xaddress/issues/6

Now to get started with Xaddress you would perform the following:

git clone https://github.com/roberdam/Xaddress.git
cd Xaddress
bundle
ruby encode.rb "-6.7184,129.5080"
roberdam commented 7 years ago

Awesome! Thanks a lot Chris