Aaron Osher - @aaron_osher
Adrien Pachkoff
curl -X GET \
  'https://us-central1-hackbordeaux18.cloudfunctions.net/search?tags=golang,html'
curl -X POST \
  https://us-central1-hackbordeaux18.cloudfunctions.net/search-and-reply \
  -H 'Content-Type: application/json' \
  -d '{
	"nlp": {
    	"entities": {
    		"technology": [
    			{
    				"value": "javascript",
    				"confidence": 0.92
    			},
    			{
    				"value": "php",
    				"confidence": 0.91
    			}
    		]
		}
	}
}'