Skip to content

DeKaDeNcE/WoWDB

Repository files navigation

WowDB Contribute Discord GitHub last commit GitHub repo size


WoWDB is a fronted app for data mining.

💡 This project is inspired from Spelunker


💬 Join us on Discord

Discord

👀 View a Live Demo

This is currently under active development, and you must understand that some features are not finished.

🚀 Getting started

Click to reveal

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and hot reload will refresh the page automatically.

By default, the server will only respond to requests from localhost.

Building and running in production mode

To create an optimised version of the app:

npm run build


🌍 Browser support

Click to reveal
Logo Company Name Rendering Engine Version
Internet Explorer Microsoft Internet Explorer Trident *11+
Edge Microsoft Edge EdgeHTML *12+
Edge Microsoft Edge Blink 79+
Firefox Mozilla Firefox Gecko *4+
Firefox Mozilla Firefox Quantum Gecko 57+
Pale Moon Moonchild Productions Pale Moon Goanna *4+
Basilisk Moonchild Productions Basilisk Goanna *1+
Chrome Google Chrome WebKit *3+
Chrome Google Chrome Blink 28+
Opera Opera Software Opera Presto *12+
Opera Opera Software Opera Blink 15+
Safari Apple Safari WebKit 8+
Brave Brave Software Brave Blink 1+
Vivaldi Vivaldi Technologies Vivaldi Blink 1+

* application support may vary


📚 Libraries used

Click to reveal
Name Website Repository License
Svelte svelte.dev github.com/sveltejs/svelte MIT
Svelte Fullscreen svelte-fullscreen.netlify.app github.com/andrelmlins/svelte-fullscreen MIT
Svelte JSON Tree lihautan.com/svelte-json-tree github.com/tanhauhau/svelte-json-tree MIT
Svelte PopOver svelte-popover.now.sh github.com/vaheqelyan/svelte-popover MIT
Svelte REPL svelte.dev/repl github.com/sveltejs/svelte-repl MIT
Svelte Simple Datatable geoflux.io/vincjo/svelte-simple-datatables github.com/vincjo/svelte-simple-datatables MIT
Svelte Tabs joeattardi.github.io/svelte-tabs github.com/joeattardi/svelte-tabs
Svelte Virtual List svelte.dev/repl github.com/sveltejs/svelte-virtual-list MIT
wow.export wow.tools/export github.com/Kruithne/wow.export MIT

📝 License

Click to reveal

MIT License

Copyright © 2020 ÐeKaÐeNcE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.