https://github.com/frantiseksilhan/rustdb-explorer
A web frontend for browsing Rust skins and item data, powered by RustDB-API
https://github.com/frantiseksilhan/rustdb-explorer
rust-game steam steam-api
Last synced: 12 months ago
JSON representation
A web frontend for browsing Rust skins and item data, powered by RustDB-API
- Host: GitHub
- URL: https://github.com/frantiseksilhan/rustdb-explorer
- Owner: FrantisekSilhan
- License: agpl-3.0
- Created: 2025-05-20T11:25:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T14:32:58.000Z (about 1 year ago)
- Last Synced: 2025-06-01T23:24:30.774Z (about 1 year ago)
- Topics: rust-game, steam, steam-api
- Language: TypeScript
- Homepage: https://watercollector.icu/
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RustDB-Explorer
**RustDB-Explorer** is a web frontend for browsing Rust skins and item data, powered by [RustDB-API](https://github.com/FrantisekSilhan/RustDB-API).
**Live site:** [https://watercollector.icu/](https://watercollector.icu/)
## Features
- Search and browse all Rust skins and items
- View item details, price history, and order books
- Fast, responsive UI
- Powered by the RustDB-API
## Development
Clone the repository and run locally:
```bash
git clone https://github.com/FrantisekSilhan/RustDB-Explorer.git
cd RustDB-Explorer
npm install
npm run build
npm run start
```
## Related Projects
- [RustDB](https://github.com/FrantisekSilhan/RustDB) — Main database
- [RustDB-API](https://github.com/FrantisekSilhan/RustDB-API) — Public API for accessing RustDB data
- [RustDB-Explorer](https://github.com/FrantisekSilhan/RustDB-Explorer) — Web frontend for browsing Rust items
- [RustDB-Inventory](https://github.com/FrantisekSilhan/RustDB-Inventory) — User inventory database
- [RustDB-Inventory-API](https://github.com/FrantisekSilhan/RustDB-Inventory-API) — API for user inventory database
## License
AGPL-3.0