Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 52ea8c2

Browse files
author
Rayhan Arayilakath
committed
Dynamically Fetch the KNOWN_LANGAUGES variable from https://replit.com/
1 parent 8f3d4b8 commit 52ea8c2

File tree

3 files changed

+38
-7
lines changed

3 files changed

+38
-7
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# packages
12
node_modules
3+
package-lock.json
4+
5+
# testing
26
test
3-
.replit
4-
package-lock.json
7+
8+
# replit
9+
.replit

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"homepage": "https://github.com/RayhanADev/REPLAPI.it#readme",
2525
"dependencies": {
2626
"atob": "^2.1.2",
27-
"node-fetch": "^2.6.1"
27+
"node-fetch": "^2.6.1",
28+
"node-html-parser": "^3.1.3"
2829
}
2930
}

src/classes/Languages.js

Lines changed: 29 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)