Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/w2inc/xgraph

XGraph is a TS/JS library for parsing XGraph data. Which is a custom binary format used to store graph / cursus data.
https://github.com/w2inc/xgraph

bun

Last synced: 10 days ago
JSON representation

XGraph is a TS/JS library for parsing XGraph data. Which is a custom binary format used to store graph / cursus data.

Awesome Lists containing this project

README

        

# nxtgraph.js

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.37. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.