Skip to content

ruudgreven/robocodecup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone the repo and run

npm install

Development

You can run the database in docker with the following commands:

docker run --name robocodecup-mongo -p 27017:27017 -d mongo

API

To generate api documentation please use the apidoc package.

Install

npm install -g apidoc

Run

apidoc -i "resources" -o apidoc

See

Run the server and go to /apidoc to see the documentation.

GET /team.json

List all teams

Example output

{
    "status": "ok",
    "response": [
        {
            "name": "USEB 2016",
            "id": "1"
        }
    ]
}

About

Robocodecup: Robocode competitions tooling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published