You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,9 @@ This webapp is still very new and there should be a lot of changes to come in th
33
33
### Default overlay:
34
34
<imgsrc="./previews/Default.gif"width="480">
35
35
36
-
I'm always open to new ideas and sugguestions, so if you feel like something could be added or improved feel free to drop me a message on Github or Discord.
36
+
I'm always open to new ideas and sugguestions, so if you feel like something could be added or improved feel free to drop me a message on Github or Discord.
37
+
38
+
### A note to developers:
39
+
If you would like a web template for obtaining the data from DataPuller, feel free to use the files in [this](./src/assets/js/overlay/) folder.
40
+
In my update for BSDP 2.1 I had patched a bit of the `client.ts` file to make it compatiable with the new `types/` folder, as a result you may want to clean up that file if you wish to use it.
41
+
The `types/` folder contains a set of classes and interfaces that can convert any of the data from BSDP version 2.0 and above into a single format that can be used in your peoject, this will save you from having to bother about getting different bits of data for each specific version of BSDP as I have done that for you. All you need to do is pass the json data into the `Parser` class (found in `types/web`) and depending on the data method you passed to, you will recieve the formatted data for that endpoint.
Copy file name to clipboardExpand all lines: src/.todo
+2-1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Todo:
26
26
27
27
//The project is in a good enough state to be made public without these being done. I will work on these in the future but cant really be bothered for this release.
28
28
Public release:
29
+
☐ Rewrite the client helper to match nicer with the new version parser.
29
30
☐ Add scores with modifiers.
30
31
☐ Replace browser location when redirected to http (possibly fixed).
31
32
☐ Tell the browser to cache the elements for faster loading.
@@ -53,7 +54,7 @@ Todo:
53
54
☐ add some browser specific features (styles).
54
55
☐ Fix 'history.replaceState' https to http.
55
56
☐ Fix arg redirection from 'u-readie...' to 'readie...'.
0 commit comments