The power of Geocoder exposed in an API.
Clone this repository and install the project's dependencies:
curl -s http://getcomposer.org/installer | php
php composer.phar install
You're done! You can run the application using the PHP built-in webserver:
php -S 0.0.0.0:4000 -t web/
Open http://localhost:4000/
in your browser to see the website running.
First, install the application as described in section Installation.
Then run the testsuite:
./vendor/bin/phpunit
Released under the MIT License. See the bundled LICENSE file for details.