https://github.com/entur/shamash
In-browser IDE for exploring Entur GraphQL APIs
https://github.com/entur/shamash
graphiql graphql opentripplanner ror
Last synced: 3 months ago
JSON representation
In-browser IDE for exploring Entur GraphQL APIs
- Host: GitHub
- URL: https://github.com/entur/shamash
- Owner: entur
- Created: 2017-01-17T13:25:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T18:32:22.000Z (3 months ago)
- Last Synced: 2025-07-17T22:10:33.205Z (3 months ago)
- Topics: graphiql, graphql, opentripplanner, ror
- Language: TypeScript
- Homepage: https://api.entur.io/graphql-explorer/journey-planner-v3
- Size: 2.98 MB
- Stars: 4
- Watchers: 4
- Forks: 9
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Shamash
An in-browser IDE for exploring GraphQL – extended with a map, query selection, etc.
## Install dependencies
```sh
yarn install
```## Build the app
```sh
yarn build
```## Run the app
### Run build against localhost
```sh
yarn start
```## Deploy to dev (for quick testing)
Deployment to dev is (done automatically)[.github/workflows/firebase-hosting-merge.yml] when a PR is merged (or push to master), but sometimes you need to test quickly:
```sh
firebase -P dev deploy --only hosting
```