Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aapis/hf-code-test

A sample code test, this one for Hybrid Forge
https://github.com/aapis/hf-code-test

Last synced: 23 days ago
JSON representation

A sample code test, this one for Hybrid Forge

Awesome Lists containing this project

README

        

# Hybrid Forge Technical Test

Create a simple Symfony 2 web application that does the following

- Enter in a Google Places API key, and a query (address), that will return the information about that location in whichever fields it returns.
- Initial page will have a form with two fields with a submit button:
- Google API Key
- Query
- Return all available data in an easy to read format, fields include
- address
- city
- country
- state/province
- postal code/zip
- hours of operation
- etc.
- include application tests