Server for making API calls with Stockmoji. Stockmoji is a stock sentiment analysis application that boils down all those complicated figures into something digestible for the common human, emojis. It sources sentiment from Twitter and analysis from the Google Cloud Language API.
- Node
- Express
- Knex
- Body-parser
- Cors
- Clone the repo to your local machine using your terminal and the URL in the green "clone" button
- Navigate inside the folder you just cloned and run
npm install
to get all the dependencies installed. - It should all be ready to roll! Smash that
npm start
button and try it out!