This repository contains a simple web application that demonstrates API integration and usage. The project includes a stock price API demo that allows users to fetch and display stock price information.
Check out the live demo at: https://vishalsachdev.github.io/api-demo/
- Real-time stock price data retrieval
- Interactive web interface
- Simple and clean HTML/JavaScript implementation
- Clone the repository:
git clone https://github.com/vishalsachdev/api-demo.git
- Open
stock-price-api-demo.html
in your web browser
Enter a stock symbol in the input field and click the search button to retrieve the latest stock price information.
- HTML
- JavaScript
- Web APIs