This website is able to obtain financial data through an API, display it using D3, and then perform financial calculations on it. For any publically traded company, a prediction for the next trading day closing price is displayed. This number is calculated based on a linear regression fit for the closing prices of the last one hundred trading days. Additionally, a thirty and one hundred day moving average is calculated and shown for the company specified. It is generally said by experts that when the thirty day moving average is higher than the one hundred day moving average there exists a good buying opportunity. This project was built in Django, and additional calculations using python are currently under construction.
Languages: Python, HTML, CSS, Javascript, jQuery
Python Packages: Django
The goal of this project was to enable caregivers to set medication reminders for their loved ones via text message. Upon the loved one responding to the text message, the caregiver could see through this webpage if the medication had been properly delivered. If the text reminder was not responded to, then the caregiver would be sent an alert via text and the webpage would update accordingly. Click for the full GitHub ReadMe.
Languages: HTML, CSS, Javascript, jQuery, React
Node Packages: Passport, Express, Mongoose, MongoDB, Twillio
This website provides the current location of the international space station (ISS). Additionally, the user can enter his or her location and find the next five best times to view the ISS ranked by duration. This is accomplished using NASA's API which delivers the coordinates of the ISS and also the next 100 times when the ISS's altitude will be greater than 10 degrees over the horizon (90 degrees being the Zenith). The coordinates of the ISS are fed directly into Google's maps API and updated every 120 seconds. Lastly, the weather and daylight are provided for each of the best times listed. Click for the full GitHub ReadMe.
Languages: HTML, CSS, Javascript, jQuery
In this application, the user is able to login, make a profile, and chat about eight predefined topics as well as in a global conversation. With our link tracking feature, the user will not have to go scrolling through an entire conversation to find a source one of his or her friends shared, as it is automatically stored in a separate list. Finally, there is a news API to provide a feed of relevant top trending articles within the scope of the predefined topics. Click for the full GitHub ReadMe.
Languages: HTML, CSS, Javascript, JQuery
Node Packages: Sequelize, Passport, Express, MySql2, Socket.Io