This project is a simple web interface to interact with a third-party API. It allows users to fetch and display information like address details, block details, and other data by providing specific inputs.
- Clone the repository or download the project files.
- Navigate to the project directory.
- If you haven't installed the necessary packages, run
npm installto set up the required node modules.
- Start the server by running
node server.js. - Open a browser and navigate to
http://localhost:3000to access the web interface. - Use the provided input fields and buttons to fetch and display the desired data.
index.html: The main HTML file for the web interface.styles.css: Contains the styles for the web interface.script.js: Contains the JavaScript functions to interact with the server and fetch data.server.js: The backend server script that interacts with the third-party API and serves the frontend.
Ensure that you have Node.js installed and that all required packages are set up before running the project.