initial commit

This commit is contained in:
cnachtigall1991
2021-10-13 09:56:45 +02:00
commit 4f755e40a9
16 changed files with 11264 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "_cors-proxy",
"packageManager": "yarn@3.0.2",
"scripts": {
"cors": "node cors_proxy.js"
},
"dependencies": {
"cors-anywhere": "^0.4.4"
}
}