A simple web application for finding the stock price of a company. Using api-ninjas' Stock Price API.
You'll need to get an API Ninjas API key to use. Get one for free at API Ninjas. Fork the project, and in
app.pyreplace api_key with your API key. Then, in your terminal, run the following commands:
pip install -r requirements.txt
cd stocks
flask runOpen your web browser and navigate to http://localhost:5000 to start using the app.


