Skip to content

Commit

Permalink
add application2
Browse files Browse the repository at this point in the history
  • Loading branch information
ravirathore committed Jun 27, 2022
1 parent bf0c3a7 commit 00d62b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ app.get('/', (req, res) => {
})

app.listen(PORT, () => {
console.log(`Example app listening on port ${port}`)
console.log(`Example app listening on port ${PORT}`)
})
var dirPath = __dirname + "/rssfeed.xml";
async function xy(){
Expand Down
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,18 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"engines": {
"node": "14.17.4"
}
"dependencies": {
"cheerio": "^1.0.0-rc.11",
"express": "^4.18.1",
"feed": "^4.2.2",
"node-fetch": "^3.2.6"
"node-fetch": "^2.6.7"
},
"engines": {
"node": "14.17.4"
}
}




0 comments on commit 00d62b1

Please sign in to comment.