1.3.5 • Published 6 years ago

nexus-ffd v1.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Instructions

To start the Nexus API, run npm install && npm start.

Routes

TODO: update these to new restful routes!

GET /get-tile?x=<INT>&y=<INT>
    Response: {x,y,color}

POST /set-tile
    Body: {x,y,ccolor}
    Response: {coordinate: {x,y,color}, success: “Successfully queued”, position: <INT>}

GET /get-queue
    Response: [{x,y,color}]

DELETE /clear-queue
    Response {message: “Queue successfully cleared. <NUM ITEMS DELETED> items removed.”}
1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago