Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.08 KB

CSE383-Tomtom-API-Webpage

Alexander J. Habegger

This repository contains a project related to the TomTom API, developed as part of CSE383 coursework. The main purpose of this project is to demonstrate the integration and use of the TomTom API within a web application.

Files in the Repository

  • directions.html: HTML file for directions functionality.
  • final.class.php: PHP class file.
  • final.php: Main PHP file.
  • history.html: HTML file for history functionality.
  • index.html: The main index HTML file.
  • main.js: JavaScript file containing the main logic.
  • style.css: CSS file for styling the web pages.

Technologies Used

  • HTML
  • JavaScript
  • PHP
  • CSS

License

This project is licensed under the MIT License - see the LICENSE file for details.

Getting Started

To get started with this project:

  1. Clone the repository to your local machine.
  2. Set up a local server environment that supports PHP.
  3. Open index.html in your browser to view the project.

Disclaimer

This project is part of an academic exercise and is not intended for commercial use.