|
|
|
@ -1,2 +1,11 @@
|
|
|
|
|
# scrapnews
|
|
|
|
|
|
|
|
|
|
## installation
|
|
|
|
|
|
|
|
|
|
- Install [nodejs](https://nodejs.dev) for the `node` command.
|
|
|
|
|
- Install [Ghostscript](https://ghostscript.com) for the `gs` command.
|
|
|
|
|
- After cloning the git repository, do `npm install --save`.
|
|
|
|
|
|
|
|
|
|
## usage
|
|
|
|
|
|
|
|
|
|
`node main.js`
|
|
|
|
|