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

https://github.com/csfloat/cs-inspect-serializer

Lightweight serializer for CS inspect links
https://github.com/csfloat/cs-inspect-serializer

Last synced: about 1 month ago
JSON representation

Lightweight serializer for CS inspect links

Awesome Lists containing this project

README

          

# CS2 Inspect Link Serializer

Lightweight serializer for CS2 inspect links. Fork of the package
[cs2-inspect-create](https://github.com/candyboyz/cs2-inspect-create).

# Installation

```bash
npm i @csfloat/cs2-inspect-serializer
```

# Usage

See the [tests](tests/gen.test.ts) for examples.

# Development

```bash
# Generate the protobuf file based on econ.proto
npm run protoc
# Build the project
npm run build
# Run the tests
npm run test
```