#HackerNews_Chrome
Hackernews (https://news.ycombinator.com/) is very popular website among developers for latest news and projects. However sorting of the items is done via their own algorithms. Hackernews_Chrono keeps getting the top 90 articles and shows them in reverse chronological order.
##Features:
*A management command which crawls the first three pages, extracts the news items and adds in the database. If the news item already exists, it updates the upvote and comment counts *A dashboard where all news items are listed in reverse chronological order *A user can signup or login to the dashboard
- user can mark a news item as read or delete it. Deleted items are not shown in his/her panel but are not deleted from the database.