withjam / ml-lodlive

Significant rewrite of the LodLive tool for RDF visualization and SPARQL generation
Apache License 2.0
17 stars 10 forks source link

adds module system and data components #24

Closed joemfb closed 9 years ago

joemfb commented 9 years ago

This PR enables CommonJS modules using browserify, updating the build and test scripts to support those modules.

Additionally, this adds two modules; an httpClient and a sparqlClient, and refactors lodlive core to use them both.

This depends on #23.

joemfb commented 9 years ago

This was extracted from #22