Homework: Initialize project with npm, install moment.js, run project using the run script, create an app that will write to a stream every second the current time formatted using moment.js and write that stream to the file. Use Readable, Writable and Transform APIs exposed from stream module,