Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aapis/hf-code-test
- Owner: aapis
- Created: 2016-02-22T23:44:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T23:47:20.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T10:29:55.686Z (2 months ago)
- Language: PHP
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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