Your program will get some html written to stdin. Convert all the inner html to upper-case for elements with a class name of "loud".
You can use trumpet and through to solve this adventure.
With trumpet you can create a transform stream from a css selector:
var trumpet = require('trumpet');