All Projects → Gherciu → graphiql-storm

Gherciu / graphiql-storm

Licence: MIT License
🌪 A GraphQl Web IDE

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to graphiql-storm

Altair
✨⚡️ A beautiful feature-rich GraphQL Client for all platforms.
Stars: ✭ 3,827 (+3347.75%)
Mutual labels:  graphiql, graphql-ide
dockside
Dockside is a tool for provisioning lightweight access-controlled IDEs, staging environments and sandboxes - aka 'devtainers' - on local machine, on-premises raw metal or VM, or in the cloud
Stars: ✭ 205 (+84.68%)
Mutual labels:  web-ide, ide
Webide
Coding WebIDE Community Edition
Stars: ✭ 1,623 (+1362.16%)
Mutual labels:  web-ide, ide
graphql-playground
🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
Stars: ✭ 8,103 (+7200%)
Mutual labels:  ide, graphiql
c9.ide.theme.jett
Flat Material Look for Cloud9!
Stars: ✭ 26 (-76.58%)
Mutual labels:  web-ide, ide
Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (-22.52%)
Mutual labels:  web-ide, ide
AShell
开发者常用脚本shell
Stars: ✭ 68 (-38.74%)
Mutual labels:  ide
flycheck-dmd-dub
flycheck and DCD dub support to enable D IDE features in Emacs
Stars: ✭ 14 (-87.39%)
Mutual labels:  ide
mech
🦾 Main repository for the Mech programming language. Start here!
Stars: ✭ 135 (+21.62%)
Mutual labels:  ide
sizectrl
TSizeCtrl v8.2
Stars: ✭ 16 (-85.59%)
Mutual labels:  ide
BrainfuckIDE
A Brainfuck IDE/debugger designed to be intuitive, featureful and visually appealing
Stars: ✭ 77 (-30.63%)
Mutual labels:  ide
prodict
Prodict, what Python dict meant to be.
Stars: ✭ 102 (-8.11%)
Mutual labels:  ide
Desk
Light-weight ide for competitive programming.
Stars: ✭ 34 (-69.37%)
Mutual labels:  ide
OpenHSP
Hot Soup Processor (HSP3)
Stars: ✭ 120 (+8.11%)
Mutual labels:  ide
custom-graphiql
An utility wrapper around graphiql package to query any graphql endpoint.
Stars: ✭ 56 (-49.55%)
Mutual labels:  graphiql
code-server-openshift
Coder in your Kube/Docker/OpenShift cluster
Stars: ✭ 16 (-85.59%)
Mutual labels:  ide
VapourNvim
A NeoVim config for THE ULTIMATE vim IDE-like experience.
Stars: ✭ 351 (+216.22%)
Mutual labels:  ide
cide
A fast, lightweight C/C++ IDE for Linux and Windows
Stars: ✭ 33 (-70.27%)
Mutual labels:  ide
overture
The Overture Tool
Stars: ✭ 45 (-59.46%)
Mutual labels:  ide
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (-66.67%)
Mutual labels:  ide

GraphiQl Storm

A GraphQl Web IDE. DEMO.

GraphiQl Storm

Features

  • 💾 Export/Import workspaces
  • Autocompletion & error highlighting
  • 📚 Interactive, multi-column docs
  • Multiple Tabs & Endpoints

Usage

<!--index.html-->
<script src="https://cdn.jsdelivr.net/npm/graphiql-storm@latest/dist/index.js"></script>
<script>
  graphiQlStorm([{ route: "https://countries.trevorblades.com/" }]);
</script>

Or via npm

npm i graphiql-storm
// index.js
import graphiQlStorm from "graphiql-storm";

graphiQlStorm([{ route: "https://countries.trevorblades.com/" }]);

do not forgot to bundle this file with webpack webpack index.js -o index.bundle.js and then include the index.bundle.js in your index.html

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or you can sponsor via Open Collective

Open Collective

Author

@Gherciu/graphiql-storm © GHERCIU, Released under the MIT License.
Authored and maintained by GHERCIU with help from contributors (list).

If you like this repository star and watch👀 on GitHub

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].