Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

## Overview:

Realink is a web application that pulls relevant news articles from top news sites and ranks them based on popularity. Popularity is judged by where those links are trending on various social network platforms such as Facebook, Twitter, Reddit, etc. Like, Retweet, Share, and Comment data are analyzed to predict which links are trending and pushed towards the top of the page, filtering out irrelevant topics.
Realink is a web application that pulls relevant news articles from top news sites and ranks them based on popularity. Popularity is judged by where those links are trending on various social network platforms such as Facebook, Twitter, Reddit, etc. Like, Retweet, Share, and Comment data from those social network platforms are analyzed to predict which links are trending and pushed towards the top of the page, filtering out irrelevant topics.

## Need and Target Audience:

News websites are littered with a number of different topics, all of which are not displayed based on their users preferences. These days people are often on the move and don’t have time to browse a dozen pages to find topics that they are interested in, oftening missing out on key events that happen throughout the day.
News websites are littered with a number of different topics, but not displayed based on user's preferences. These days people are often on the move and don’t have time to browse a dozen web pages to find topics that they are interested in, oftening missing out on key events that happen throughout the day.

The target audience are those who are out of the loop of current trending topics, wanting to quickly catch up on events occurring during the day. Realink allows user to log in, and quickly filter topics relevant to their interests, and also select which websites they would like to see links from. For example, if the user is interested in politics and science from BBC News, Realink will scan for links in those sections, then check against various social media platforms to see which of those links are trending, and display them in order filtering out the noise. This saves them time, allowing them to go about their day.
The target audience are those who are out of the loop of current trending topics, wanting to quickly catch up on events occurring during the day. Realink allows user to log in, and quickly filter topics relevant to their interests, and also select which websites they would like to see links from. For example, if the user is interested in politics and science from BBC News, Realink will scan for links in those sections, then check against various social media platforms to see which of those links are trending, and display them in order filtering out the noise. This saves user's time, allowing user's to go about their day.

Most of the content available online is event driven, meaning that it generates a series of events that make it fairly simple to measure engagement to some extent. Not only social media activities, but also the content itself might be linked and shared on other websites, and therefore it might have higher relevance to the user.
Most of the content available online is event-driven, meaning that it generates a series of events that make it fairly simple to measure engagement to some extent. Not only social media activities, but also the content itself might be linked and shared on other websites, and therefore it might have higher relevance to the user.

## Links:

Expand All @@ -35,10 +35,10 @@ Links will be sourced from

Data will be pulled from social media platforms using various API’s. This data will be used to rank each link.

News Site (CNN, Fox, etc.) - page views, comments, links to social media platforms
Facebook - number of likes, comments, and number of shares
Twitter - number of retweets, shares, and likes
Reddit - number of links of posted, upvotes, and comments
News Site (CNN, Fox, etc.) - page views, comments, links to social media platforms.
Facebook - number of likes, comments, and number of shares.
Twitter - number of retweets, shares, and likes.
Reddit - number of links of posted, upvotes, and comments.


## Design and Features:
Expand Down