Skip to content

Appelpitje/Allied-Intel

Repository files navigation

Allied-Intel

Allied-Intel is a web application built with Nuxt 4 that provides real-time server statistics and server browsing for Medal of Honor: Allied Assault games, including the main game (MOHAA), Spearhead (MOHAAS), and Breakthrough (MOHAAB).

The application fetches data from the 333networks API to display server lists, player counts, and detailed server information.

Features

  • Server Browser: Browse active servers for MOHAA, MOHAAS, and MOHAAB.
  • Real-time Stats: View global player and server counts.
  • Server Details: Inspect specific server details including player lists and settings.
  • Modern UI: Built with Tailwind CSS for a responsive and clean interface.

Tech Stack

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

License

This project is open source.

About

Allied Intel is a web based server list for MOHAA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages