NodeAndTypeScriptSamples

Node And TypeScript Samples

MIT License

Stars
1
Committers
1

NodeAndTypeScriptSamples

List of APIs

  1. Tic-toc
  2. Todo list
  3. Calculator
  4. Rick laser scissor (rock paper sscissor rick and morty style)
  5. Time tools

also see main class LoggerMiddleware

APIs

  1. /time
    1. /time/get (get)
    2. /time/start (post)
    3. /time/stop (post)
    4. /time/gettimer (get)
  1. /ricklasererscissor
    1. /ricklasererscissor/getinfo (get)
    2. /ricklasererscissor/{rick | laser | scissor} (post)
  1. /calculator
    1. /calculator/{sum | minus | divide | multiply}/{firstnumber}/{second number} (post)
  1. /tictoc
    1. /tictoc/play/{x}/{y} (post) (player in header)
    2. /tictoc/render (get)
    3. /tictoc/reset (post)
  1. /todo
    1. /todo/add (post) (name and description in body)
    2. /todo/getall (get)
    3. /todo/remove (post) (todoid in header)
    4. /todo/mark (post) (todoid in header)