https://github.com/ajamous/php-tcxc-api-and-chartsjs
Visualize the TelecomsXChange API calls data with ChartsJS
https://github.com/ajamous/php-tcxc-api-and-chartsjs
Last synced: 11 months ago
JSON representation
Visualize the TelecomsXChange API calls data with ChartsJS
- Host: GitHub
- URL: https://github.com/ajamous/php-tcxc-api-and-chartsjs
- Owner: ajamous
- Created: 2023-10-02T15:47:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T15:57:16.000Z (over 2 years ago)
- Last Synced: 2025-07-05T03:41:45.782Z (12 months ago)
- Language: PHP
- Homepage: replit.com/@AmeedJamous/PHP-TCXC-API-and-ChartsJS
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telecomsxchange Data Visualization
This project provides a visual representation of call data from Telecomsxchange using grouped bar charts. It showcases the top vendors and countries based on call count.

## Features
- **Interactive Visualization**: Utilizes Chart.js to create dynamic and interactive bar charts.
- **Dark Theme**: A sleek dark theme ensures the visuals are easy on the eyes and stand out.
- **Grouped Bar Charts**: Displays top vendors and countries side by side for easy comparison.
## Getting Started
### Prerequisites
- A web server (e.g., Apache, Nginx) or a local development environment like XAMPP or MAMP.
- PHP installed on your server.
## Quick Start with Replit
You can easily get started with this project using the provided Replit template:
[](https://replit.com/@AmeedJamous/PHP-TCXC-API-and-ChartsJS?v=1)
Simply click the badge above, and you'll be able to run and modify the project directly in your browser without any setup.
1. Clone the repository:
```sh
git clone https://github.com/ajamous/PHP-TCXC-API-and-ChartsJS.git
```
2. Navigate to the project directory and open `index.php` in your browser.
3. The visualization should now be displayed.
## Usage
Simply open `index.php` in your browser to view the visualization. The data is currently hardcoded, but can be easily replaced with dynamic data fetched from the Telecomsxchange API.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
---
Remember to replace the placeholder `path_to_screenshot.png` with the path to a screenshot of your visualization if you have one. Adjust any other details as necessary to fit your project's specifics.