REST Api for parsing demo files
  • JavaScript 88.2%
  • Dockerfile 10.9%
  • Procfile 0.9%
Find a file
2015-09-04 22:16:58 +02:00
public add node logo and express static 2014-04-18 14:37:00 -07:00
.gitignore basic parsing server 2015-04-02 17:10:15 +02:00
app.json Replace node-js-sample by node-js-getting-started 2014-05-16 17:42:50 -07:00
index.js allow parsing demos from url 2015-04-02 17:26:27 +02:00
package.json update tf2-demo 2015-09-04 22:16:58 +02:00
Procfile Bring Procfile back for instructional purposes 2014-05-16 17:30:13 -07:00
README.md readme 2015-04-02 17:29:57 +02:00

DemoServer

Basic server that parses demos provided either by upload or url

Usage

Upload

Send a POST request with the demo file to example.com:5000/parse

Url

Send a POST request with the url of a demo file to example.com:5000/url