Node.js how to use callback to send data to web interface – Twitter-api
I have two functions that query the twitter api. The query is done through a web interface and I call each function when a checkbox is on. My problem now is after all the querying has been done, I want…