Skip to content

Commit

Permalink
rename server.js to app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chisholm authored and Kevin Chisholm committed May 17, 2017
1 parent 1717999 commit d8d3747
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ npm install
### 1) Execute this command in your terminal:

```
node server.js
node app.js
```

#### 2) Open the app in your browser:

```
http://localhost:8081/
http://localhost:3000
```
#### 3) Enter a URL in the text box and then click: "Scrape"
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name" : "node-cheerio-web-page-scraper",
"version" : "0.0.1",
"description" : "Provides metadata and image info for any web page as JSON",
"main" : "server.js",
"main" : "app.js",
"author" : "Kevin Chisholm",
"scripts": {
"start": "node server.js"
"start": "node app.js"
},
"dependencies" : {
"express" : "latest",
Expand Down

0 comments on commit d8d3747

Please sign in to comment.