Initial commit

This commit is contained in:
2021-03-01 13:34:02 -07:00
commit b44ad9c362
5 changed files with 813 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "radioscraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"express": "^4.17.1",
"fuse.js": "^6.4.6",
"got": "^11.8.1"
}
}