Skip to content

Commit 5fc8495

Browse files
authored
Update README.md
1 parent 2509822 commit 5fc8495

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# geometrydash-levelcount
22
live gd total level count using colon's gdbrowser api
3+
34
a *lot* of this uses very old (2-4y) shitty code of mine that i hastely repurposed in time for 100 million. pls dont judge me ;w;
45

56
this is the code i used for this: https://www.youtube.com/watch?v=Qgr0vTJoHDg // https://twitter.com/xdncolonthree/status/1752167035889762758
7+
8+
9+
10+
**setup:**
11+
12+
you need nodeJS :3
13+
place all the files into a single folder, doesn't matter where.
14+
open up terminal, make sure you are in the current directory, and type
15+
```
16+
npm init -y
17+
```
18+
then,
19+
```
20+
npm i express
21+
```
22+
```
23+
npm i cors
24+
```
25+
```
26+
npm i node-fetch@2
27+
```
28+
once that is finished installing, you should be able to type `node index.js` and the script should start. you can test this by going to `http://localhost:6969` in your browser. if it works, open up the html files, they should work!
29+
they're all seperate, and not really good looking from the browser. this is because they were intended to be used within obs studio, and not in the browser. i made these for myself or a specific niche use lol. only releasing this since ive been asked to
30+

0 commit comments

Comments
 (0)