get the total flights climbed (1 flight is ~10ft of elevation) on a specific day.`getFlightsClimbed` accepts an options object containing optional *`date: ISO8601Timestamp`*. if `date` is not provided it will default to the current time.```javascriptletoptions={date:(newDate(2016,5,1)).toISOString(),// optional; default now};``````javascript