Run these commands
- Read in the json content from the file.
- Produce the json content as a log message.
- Consume that json message.
- Transform the json message into a tally of all the number of logs for each unique email address.
- Maintain a global tally of all log counts for each unique email address
- Consume each tally message produced by step 2.
- Update the global tally according to the additions included in the message.
- Print out the updated global tally.
npm install
npm start