Live
—vehicles
—lists
Connecting to the board…
Use this feed on another site
Drop these three lines into any page, then call PattersonFeed.watch(fn). It fires fn(vehicles) immediately and again every time anyone moves or edits a card on the board.
Each vehicle looks like: {year, make, model, vin, km, price, list, labels, name, desc, updated, id}. Call PattersonFeed.decode(vehicle) to fill make/model/trim from the VIN. Pass {all:true} to also get non-vehicle cards.
Raw data (no script) is also available straight from the database as JSON: — every card is stored as a JSON string inside that object.