esterpantaleo / etymology

This repository contains code behind the visualization of the Wikimedia tool etytree at http://tools.wmflabs.org/etytree/
https://esterpantaleo.github.io/etymology/
50 stars 9 forks source link

Convert sparql.js into its own module, SPARQL #25

Closed xferguson closed 7 years ago

xferguson commented 7 years ago

This is an attempt to show the beginnings of the process of modularizing the JavaScript, as mentioned in issue #24

I think the next step is load.js, with which we can start storing the loaded data in an object to speed up other functions.

But I will wait on doing that one until you (@esterpantaleo) have had the chance to look this over and decide about integrating it.