Skip to content

arispoloway/tempus-api-graphql-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tempus-api-graphql-worker

A Cloudflare Worker deployed to tempus.nolem.me exposing a GraphQL interface for tempus2.xyz.

Loading the site in a browser will show a playground allowing you to experiment with the API, and the site accepts POST requests to https://tempus.nolem.me/ with the standard GraphQL parameters as application/json:

POST https://tempus.nolem.me/
{
  "query": "{ map { ... } }",
  "variables": { "myVariable": "..." }
}

This worker is mostly just a wrapper around the tempus-api-graphql package.

About

A Cloudflare Worker serving the unofficial tempus.xyz GraphQL API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published