Skip to content

Commit

Permalink
Update dist js file and provide JSFiddles
Browse files Browse the repository at this point in the history
Change-Id: If3409146d7a2220111cebfe8491b90375ec43420
  • Loading branch information
JonasKress authored and smalyshev committed Dec 22, 2016
1 parent 3fc96a3 commit 54372c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -78,6 +78,9 @@ api.query( query ).done( function(){
} );
```
See examples/sparql.html
[JSFiddle.net](https://jsfiddle.net/jonaskress/qpuynfz8/)


## Result Views
Views that allow rendering SPARQL results [see documentation](https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/Wikidata_Query_Help/Result_Views).

Expand All @@ -90,6 +93,7 @@ api.query( query ).done(function() {
} );
```
See examples/result.html
[JSFiddle.net](https://jsfiddle.net/jonaskress/9dhv0yLp/)

## Release Notes and npm package

Expand Down

0 comments on commit 54372c8

Please sign in to comment.