| Age | Commit message (Collapse) | Author |
|
If no website exists for the truck, don't wrap its name in an <a> tag
to minimise confusion (previously the link would go to the current
page which was misleading).
|
|
|
|
Don't JSON-encode output from the BostonFoodTrucks class and instead
return as a regular PHP object. Do the JSON-encoding directly in the
HTTP API.
|
|
|
|
The schedule() method in that class also includes a bunch of my failed
attempts at filtering. Will update with a cleaner method of filtering.
|
|
Display a list of food trucks and link out to them. Also echo the JSON
of all the food trucks for today at lunch.
|