This project is a simple web-based tool that allows users to retrieve Mobile Legends account details (username and region) by entering their ID and Server. The application fetches data from an external API and displays the retrieved information.
- Fetch Mobile Legends username and account region using ID and server.
- Simple and responsive UI using Tailwind CSS.
- Uses a proxy to bypass CORS restrictions.
- Displays retrieved data in a formatted manner.
Live Demo (Replace with actual hosted link if available)
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/andrepradika/web-mlbb-checker.git
- Navigate to the project directory:
cd web-mlbb-checker
- Open
index.html
in your browser.
- Enter your ID and Server in the input fields.
- Click the Fetch Data button.
- The retrieved Mobile Legends account details will be displayed.
- HTML - Structure of the webpage.
- CSS (Tailwind CSS) - Styling and layout.
- JavaScript (Fetch API) - Fetching data from the API and displaying results.
This project fetches data from:
https://yanjiestore.com/submitt.php?ID={id}&server={server}
Due to CORS restrictions, it utilizes:
https://api.allorigins.win/get?url={encoded_api_url}
Feel free to fork this repository and submit a pull request with any improvements!
This project is open-source and available under the MIT License.
andrepradika