A simple xbox api for fetching info from xbox.
- Customizable port configurations.
- Easy setup and deployment.
- Node.js installed on your system.
-
Clone the repository:
git clone https://github.com/ShadyM00n/xbox-api.git cd xbox-ai -
Install the necessary dependencies:
npm install
-
Configure the
config.jsonfile. Update the port, secondary port, domain, etc as needed:{ "port": 3000, },
-
To start the server, run:
node index.js
-
Your site will be accessible at the domain specified in
config.json.
This project is licensed under the MIT License.