Skip to content

WeAreTeamX/xbomber-web-community-edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GNU GENERAL PUBLIC LICENSE


Logo

XBOMBER

Open source community edition
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

Xbomber is the pioneer of sms and call bombers in Bangladesh. For a long time, this was a closed source project. But we Team X 1337 have decided to make it open source so that everyone can gain knowledge from this project and create their own project from this github template. You can contribute by providing this project working APIs and removing the dead APIs. For more about contributing, follow the Contributing section.

(back to top)

Built With

(back to top)

Getting Started

The community edition of Xbomber is not a dynamic website. It means, you can use this website files directly in any of the static website hosting services (Ex. Github Pages).

Major Update

  • Numbers are now automatically trimmed to 10 digit in the script.js file. Upon submission, the 0 in the beginning is removed. So while setting up the APIs, please add 0 manually to make it workable.

Using Github Pages

To host your bomber directly into Github Pages

  • Click on Use this template on the top corner of this repository.
  • Select your desired repository name.
  • Go to the Pages section of your repository from settings.
  • Select branch main and choose a theme to publish your website.

Local development

  1. Clone the repository
    git clone https://github.com/WeAreTeamX/xbomber-web-community-edition.git

(back to top)

Usage

Method 1 [Using APIS array variable]

  1. Edit APIs in the script.js to make the bomber work.
    const APIS = [
         {
             method: "POST",
             url: `https://your-api-endpoint/?phone=+88${mobile}`,
             body: `type=register&phone=${mobile}`
         }
    ]

Method 2 [Using APIS json files from any URL]

Follow the example APIS.json file in the assets directory and keep the same format in your custom api.json file to work.

For more examples, please refer to the Script.js Example

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU GENERAL PUBLIC LICENSE License. See LICENSE for more information.

(back to top)

Contact

SowmikSudo (Maintainer)

  • Telegram 
  • Github 

Team X 1337

  • Facebook Group 
  • Facebook Page 
  • Telegram 

(back to top)