Skip to content

PeterJCLaw/srcomp-stream

 
 

Repository files navigation

SRComp Stream

This is a Node application that gives a live stream of events from SRComp by wrapping the HTTP API.

Configuration

You can add local configuration by create a config.local.coffee, see config.local.coffee.example for an example.

If that file doesn't exist, configuration comes from two environment variables: PORT and SRCOMP_URL.

Running

Run with node main.js.

The output from the stream can be seen via curl, for example: curl http:https://localhost:5001.

Languages

  • CoffeeScript 99.1%
  • Other 0.9%