An open API service indexing awesome lists of open source software.

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

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