GithubHelp home page GithubHelp logo

waldyrious / sparqlblocks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miguel76/sparqlblocks

0.0 2.0 0.0 22.76 MB

Using Blockly library for building SPARQL queries with blocks.

License: MIT License

JavaScript 89.25% HTML 6.43% Python 1.96% CSS 0.49% XSLT 1.88%

sparqlblocks's Introduction

SparqlBlocks

Using Blockly library for building SPARQL queries with blocks.

http://sparqlblocks.org/

Usage

Just serve statically the content of the directory ./dist.

For example, if you have python installed you can use SimpleHTTPServer

cd dist
python -m SimpleHTTPServer 8080

and then open http://localhost:8080/.

Alternatively, you can use the nodejs server in SparqlBlocks-Server that offers also logging capability.

Contributing

Prerequisites

To contribute you need to have Node+npm, and gulp.

Check for Node and npm

Check if you've installed Node and npm.

node --version
npm --version

Install Node and npm

If you don't have them, download and install them from Node.js website

Check for gulp

Check if you've installed gulp.

gulp --version

Install gulp

If you don't have gulp, run the following command to install it.

npm install --global gulp-cli

Building

To install the dependencies, run this command from the main dir.

npm install

To build the static files in ./dist after a change, run gulp.

gulp

sparqlblocks's People

Contributors

miguel76 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.