Skip to content

juusaw/d20ql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d20ql

A GraphQL API for some simple dice rollin'. Built with Node.js, Typescript and Apollo Server.

The service can be used both to roll a certain set of dices and to view statistics on the roll.

Developing

  1. yarn install
  2. yarn start

Deploying

The master branch is deployed to now.sh automatically.

Tests

yarn test