REST Api for parsing demo files
  • JavaScript 88.2%
  • Dockerfile 10.9%
  • Procfile 0.9%
Find a file
2018-03-09 01:01:12 +01:00
.dockerignore create docker image 2017-04-08 22:08:06 +02:00
.gitignore basic parsing server 2015-04-02 17:10:15 +02:00
Dockerfile fix docker build 2018-03-09 01:01:12 +01:00
index.js update demo.js 2018-03-09 00:50:21 +01:00
package-lock.json update demo.js 2018-03-09 00:50:21 +01:00
package.json update demo.js 2018-03-09 00:50:21 +01:00
Procfile Bring Procfile back for instructional purposes 2014-05-16 17:30:13 -07:00
README.md update readme 2017-04-08 22:17:28 +02:00

DemoServer

Basic server that parses demos provided either by upload or url

Usage

Upload

Send a POST request with the demo file as raw body to example.com/parse

Url

Send a POST request with the url of a demo file as raw body to example.com/url

Custom port

You can configure the port the server listens on by setting the PORT environment variable.

Docker

A preconfigured docker image with the server is available as demostf/demoserver