We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee9768 commit 95e67f3Copy full SHA for 95e67f3
axios-test.jspy
@@ -1,4 +1,5 @@
1
import axios
2
-res = axios.get("https://restcountries.eu/rest/v2")
+
3
+res = axios.get("https://restcountries.com/v3.1/region/eu")
4
print(res.data.length)
-print(res.data[236].name)
5
+print(res.data[0].name)
package.json
@@ -7,9 +7,10 @@
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"dependencies": {
10
- "axios": "^0.19.0",
11
- "datapipe-js": "0.0.1",
12
- "papaparse": "^5.1.0"
+ "axios": "^0.26.1",
+ "datapipe-js": "0.3.20",
+ "jspython-cli": "file:../../JSPython-cli/jspython-cli-2.1.7.tgz",
13
+ "papaparse": "^5.3.2"
14
15
"author": "",
16
"license": "MIT"
0 commit comments