Proof-of-Concept of a GraphQL wrapper of the PandaScore Esports API.
This project uses TypeGraphQL and Apollo Server, and it is hosted using Firebase.
I developed this project because I needed to wander through PandaScore's data, and found the REST API format to be quite inefficient.
⚠️ This project is not intended to be used in production and will probably not be maintained.
cd functions && npm i# Build & watch
npm run build
# Start hosting & functions emulators
npm run start
# Deploy hosting & functions
npm run deploy