NY News Feed
After the Valentine’s card, the next example that John Schimmel gave us for class was a blog template. I decided to make this into my first attempt at my hyperlocal news project. I named it Minewsiae (like minutiae, get it?). This iteration is not much different from a blog at all. It stores all of the entries in a Mongo database, and has a route that returns all of the entries in JSON format for use as an API. That way, someone else may use that data for another purpose. Read Minewsiae’s sample posts here.
Read the code on Github.