Check out Stockmoji V2
The basis of this application comes from a few API calls that the user initiates when they enter a stock ticker, Google Cloud Language API, Twitter, and Intrinio. These get the user some data about the company they entered, including basic information about the company, price data from the last 100 days, the top 100 tweets regarding the ticker, and the sentiment score of those tweets.
To run this app locally:
- Fork/clone this repo to your machine by copying the link you get after clicking the green "clone" button.
- Run
git clone URL
in your terminal, which will copy the files to your computer. - Once on your machine,
cd
into the projects folder and runnpm install
to get all the dependencies installed. - After you have all the dependencies installed, run
npm start
to start serving the application. - Enjoy!
Patrick Biffle - pbiffle@gmail.com