Tabletop Graphql API

Using node.js
Using GraphQL
Developing a new project
+1
I've been itching to use graphql  in more of my projects, but I constantly run into the issue of only finding open source API's that REST only. This turned into an opportunity to start working on my own graphql server for a project Tabletop app idea I have. Currently this is only pulling from one open source library but it works so far!
Tabletop-API

There's a lot left to:
  • Add readme documentation 
  • decide on a hosting platform(currently been testing locally )
  • add continuous integration
  • add more data, currently it only works with classes from open5e
  • Find an image API to integrate
Very excited to have something worth sharing tho!