1.3.5 • Published 8 years ago

nexus-ffd v1.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago