Skip to content

Commit

Permalink
still initing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaayushsingh committed Jan 30, 2017
1 parent 84960c9 commit 1ab8bae
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<html>

<body>hola hola hola </body>
</html>
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
app.get('/',function(req,res){

console.log(req.method+" request received at "+req.url);
res.sendFile(__dirname+'/index.html');


});
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "amizone",
"version": "0.0.0",
"description": "coz hostel outpass system sucks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaayushsingh/hop_fake.git"
},
"author": "Ayush Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/aaayushsingh/hop_fake/issues"
},
"homepage": "https://github.com/aaayushsingh/hop_fake#readme"
}

0 comments on commit 1ab8bae

Please sign in to comment.