Skip to content

zcei/carbon-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carbon Server

Programmatic endpoint to Carbon

Install

Local

$ npm install
$ npm start

Docker

$ npm run build
$ npm run serve

Usage

$ curl \
  -X POST \
  -d 'const foo = bar' \
  http://localhost:3000/

API

Currently a custom fork of Carbon is used, which allows specifying settings via query string parameters:

Setting Query String Value
background bg hex color
windowControls wc boolean
... ... ...

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Releases

No releases published

Packages

No packages published