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

Load module #27

Closed xferguson closed 7 years ago

xferguson commented 7 years ago

I moved everything except the two helper functions and the classes into the LOAD module. I wanted to look up the best way to handle classes before reorganizing that. I also think that it's a good idea to take the response from the actual etymology search and save it as something like LOAD.data, so we have a data object to always refer to/bind, but I haven't done this yet.