Giter Site home page Giter Site logo

bomber's Introduction

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)

bomber's People

Contributors

abedurove avatar abidhasannir avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.