{% extends "base.html" %} {% block title %}About Stock Tweets{% endblock %} {% block content %}
This is an application which allows a user to get information about a stock. A user can enter a stock ticker symbol and some information about the stock will be displayed as well as the number of mentions in the past few hours. The stock mentions are based on searching Twitter for the relevant cashtag (eg. $GOOG, $FB).
This app was created in Python/Django. Twitter's Bootstrap framework and jQuery were also used.