TravisMcGee Version 2.0

Created For - Personal Use

Created - May 27, 2017, 4:15 p.m.

Source available - Link

Language Used - Node.js

Based on observed usage of the original Travis, I've begun work on the second version. This time I'm using Node.js, since I've found it to be useful for the type of application I'm writing.

Currently it's providing headlines every 3 hours, and breaking news as it occurs based on configured keywords. It leverages Node's "Cluster" to provide seamless and graceful restarts/reloads of the config. It also tracks previously posted news to avoid double-posting, one of the original Travis' shortcomings.

This is still under development, with cognitive conversation analysis the next feature planned.