Skip to content

Commit 80ec6fa

Browse files
Merge pull request #5 from surenpoghosian/feature/readme
[feature/readme] add readme and package.json/scripts modifications
2 parents 620a645 + f8a441d commit 80ec6fa

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

README.MD

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
# Commands
2-
3-
### RUN
4-
`npx tsx src/index.ts`
5-
6-
### RUN THE SCHEDULER
7-
8-
`npx tsx src/Scheduler/index.ts`
9-
10-
### TEST
11-
`npm run test`
12-
13-
141
# Scraper Project
152

163
## Overview
@@ -62,6 +49,7 @@ scraper/
6249
### Prerequisites
6350

6451
- Node.js
52+
- typescript
6553
- npm
6654

6755
### Installation

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"start": "npx tsx src/index.ts",
8+
"start": "npx tsx src/Scheduler/index.ts",
9+
"start:scheduler": "npx tsx src/Scheduler/index.ts",
910
"test": "jest --detectOpenHandles",
1011
"build": "tsc"
1112
},

0 commit comments

Comments
 (0)