bensaufley/code-words-api

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.env.example
.eslintignore
.eslintrc.json
.gitignore
.node-version
.nycrc.json
README.md
circle.yml
database.json
jsconfig.json
lib/data/words.json
package.json
test/mocha.opts
yarn.lock
config.js32
lib/auth.js72
lib/error-handler.js36
lib/game-board.js69
lib/game-serializer.js61
lib/response-helpers.js45
lib/sockets/socket-notifier.js22
lib/sockets/verify-client.js24
lib/web-sockets-server.js20
middleware/validate-request.js32
A
35 mins
models/game.js186
A
1 hr
models/player.js88
A
1 hr
models/user.js98
A
45 mins
resources/games.js116
A
25 mins
resources/players.js65
A
30 mins
routes.js29
server.js49
test/lib/auth-test.js178
test/lib/error-handler-test.js33
test/lib/game-board-test.js218
test/middleware/validate-request-test.js130
test/models/game-test.js481
C
7 hrs
test/models/player-test.js214
test/requests/games-resource-test.js689
C
1 day
test/requests/players-resource-test.js267
A
2 hrs
test/requests/root-paths-test.js165
test/requests/web-sockets-server-test.js138
test/support/game-helpers.js77
B
6 hrs
test/support/request-helper.js11
test/test-helper.js51
A
35 mins