Returns all main keywords in the database.
Returns all modifier keywords in the database.
Gets all orders for resteraunts with
Adds new order for user with . Payload must have latitude, longitude, and the id of a keywords group (name=keywords).
Calls an uber. Pass in slat, slng (starting longitude and latitude), elat, elng.
Pass in: 'keywords': list of keyword ids, returns list of keywords who are valid children
Proof it works (using jquery): $.post("http://surgefoodz.herokuapp.com/child_keywords/?format=json", {'keywords': JSON.stringify([1,2])}, function(e){debugger;}, 'json')
Creates a new order. Pass in: user_email (can exist in db or not), keywords: [{'string':'XX', 'main':true},...], latitude, longitude