Orderly.news

Web Development - 2017 to Present

About The Project:

Orderly.news is a project I built using the Laravel framework. Originally I started this project under the moniker of Just The News. Which has been open sourced, but since retired.

On thing I always liked about the early days of sites like Twitter is that the feed was order canonically with the newest items at the top, and the oldest items at the bottom. It made it extremely easy to follow the events of the day as they unfolded.

Since then more and more services have moved to a algorithm, taste based feed methdology, and while I like and use many of these services I still wanted the ability to recount the days news, or series of events as they happened, from a wide variety of sources with differing viewpoints.

From there Orderly.News was created. A pet project that I still periodically update with new features and actively functions to this day.

For some background on functionality the stories are crawled using the SimplePie library, date and time information is largely parsed using Carbon, and some interactive elements are implemented using the Vue framework. With core styling being handled by a customized version of Boostrap.

Weather updates and forecast for your local area are fetched via your browsers Geolocation API (if you allow it) and the data is provided by Dark Sky.

And for a final fun fact, the Orderly.News logo is made to resemble Morse Code. Since Morse Code allows for the transmition of information, across many mediums, and the order of the information is highly important.

Build With: