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

https://github.com/prinorange/vega-drawing-server

A simple node.js server for drawing vega image. For personal use. Deploy on edge functions or cloudflare workers.
https://github.com/prinorange/vega-drawing-server

chart cloudflare cloudflare-workers diagram edge-functions

Last synced: about 1 year ago
JSON representation

A simple node.js server for drawing vega image. For personal use. Deploy on edge functions or cloudflare workers.

Awesome Lists containing this project

README

          

# vega-drawing-server

To install dependencies:

```bash
bun install
```

To run:

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

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