Radai / dnd5tools

Searchable index of all things fifth edition... eventually.
radai.github.io/dnd5tools
MIT License
46 stars 14 forks source link

Replace Locally Stored data.json With Ajax Calls to Dropbox API #32

Open Radai opened 7 years ago

Radai commented 7 years ago

Referencing: https://www.dropbox.com/sh/hiavsiegq28xd7u/AABcMGhKcr8CYgeKaHK1ZDzJa?dl=0

tomaskroth commented 7 years ago

Try to make it so that it falls back to local json if the Dropbox call fails. Most companies proxies block Dropbox, and it's awesome that this tool works on its on.

Radai commented 7 years ago

The issue is that storing the data locally is probably a no bueno for wizards so I don't want to have a copy of the data hosted with this system.

tomaskroth commented 7 years ago

Yeah, that's true. Well, in any case I can branch it and change that for my local use. Awesome job you're doing here.