Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgf/graphql-dom

A GraphQL based HTML binding for arbitrary DOM selections.
https://github.com/dgf/graphql-dom

aplatanao dom graphql java

Last synced: 14 days ago
JSON representation

A GraphQL based HTML binding for arbitrary DOM selections.

Awesome Lists containing this project

README

        

# graphql-dom

[![Build Status](https://travis-ci.org/dgf/graphql-dom.svg?branch=master)](https://travis-ci.org/dgf/graphql-dom)

A GraphQL based HTML binding for arbitrary DOM selections.

## Usage

Download and start the self containing Java archive [dom-0.0.1.jar](https://github.com/dgf/graphql-dom/releases/download/v0.0.1/dom-0.0.1.jar)

Start it as a normal Java application

```shell
$ java -jar ~/Downloads/dom-0.0.1.jar
```

Open [http://localhost:8080/graphiql](http://localhost:8080/graphiql)
to access the interactive [GraphiQL](https://github.com/graphql/graphiql) explorer.