{"id":32930028,"url":"https://github.com/nihilmediumest/guamahammer","last_synced_at":"2026-04-14T23:33:57.615Z","repository":{"id":321433589,"uuid":"1042310833","full_name":"nihilmediumest/guamahammer","owner":"nihilmediumest","description":"Guamahammer Army Builder","archived":false,"fork":false,"pushed_at":"2025-11-22T16:20:39.000Z","size":963,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-22T18:16:18.034Z","etag":null,"topics":["army","builder","database","homebrew","wargames","warhammer","whfb"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nihilmediumest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-21T20:12:43.000Z","updated_at":"2025-11-04T09:42:38.000Z","dependencies_parsed_at":"2025-10-29T17:34:29.763Z","dependency_job_id":"22d38b0b-48e5-47b1-b9ff-bee12a11ed9e","html_url":"https://github.com/nihilmediumest/guamahammer","commit_stats":null,"previous_names":["nihilmediumest/guamahammer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nihilmediumest/guamahammer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilmediumest%2Fguamahammer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilmediumest%2Fguamahammer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilmediumest%2Fguamahammer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilmediumest%2Fguamahammer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nihilmediumest","download_url":"https://codeload.github.com/nihilmediumest/guamahammer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihilmediumest%2Fguamahammer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["army","builder","database","homebrew","wargames","warhammer","whfb"],"created_at":"2025-11-11T13:01:01.386Z","updated_at":"2026-04-14T23:33:57.589Z","avatar_url":"https://github.com/nihilmediumest.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guamahammer Army Builder v4.4.2\n\nA web-based army builder application with an integrated admin interface for managing army data. This version uses an Express.js server for handling army data and management.\n\n## Features\n\n- 🎮 Interactive army building interface\n- 📊 Real-time validation and point calculation\n- 🎯 Support for Chaos Host armies with allied contingents\n- 🛠 Admin interface for army data management\n- 💾 Local storage for army lists\n- 🖨 Print-ready army list output\n\n## Project Structure\n\n```\n├── server.js           # Express server for army data management\n├── admin.html/js/css   # Admin interface for managing army data\n├── index.html         # Main army builder interface\n├── main.js           # Core army builder logic\n├── armies/           # Individual army data files\n├── comun.js         # Common magic items database\n├── ejercitos.js     # Army registry and data loading\n├── rulesEngine.js   # Army validation rules engine\n├── validation.js    # Army list validation logic\n├── storage.js       # Local storage management\n└── print.js         # Print formatting logic\n```\n\n## Setup\n\n1. Install dependencies:\n```bash\nnpm install\n```\n\n2. Start the server:\n```bash\nnpm start\n```\n\n3. Access the application:\n- Main Builder: http://localhost:3000\n- Admin Interface: http://localhost:3000/admin.html\n\n## Development\n\n### Prerequisites\n- Node.js \u003e= 14.0.0\n- npm \u003e= 6.0.0\n\n### Local Development\n1. Clone the repository\n2. Install dependencies with `npm install`\n3. Start the development server with `npm start`\n\n## API Endpoints\n\n### GET `/api/get-army`\n- Query Parameters:\n  - `faction`: Army faction ID (e.g., \"imp\", \"gcaos\", \"comun\")\n- Returns: Complete army data including units, magic items, and rules\n\n### POST `/api/save-army`\n- Body: Army data object\n- Returns: Success confirmation\n\n## Army Data Structure\n\nArmies are structured with the following components:\n- Units Database (`unitsDB`)\n- Magic Items Database (`magicItemsDB`)\n- Army Skills Database (`armySkillsDB`)\n- Mounts Database (`mountsDB`)\n- Validation Rules\n- FOC slot configuration\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## Version History\n\n- 4.4.2: Migration to Express server architecture\n- Previous versions: Netlify functions-based architecture\n\n## License\n\nThis project is proprietary software. All rights reserved.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnihilmediumest%2Fguamahammer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnihilmediumest%2Fguamahammer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnihilmediumest%2Fguamahammer/lists"}