New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-web-extractor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-web-extractor

Simple node server for fetching data from external sites

latest
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

node-web-extractor

Simple node server for fetching data from external sites

  • npm install
  • npm run start
  • open browser at localhost:3000

##Usage: Dockerfile

FROM node:12

# Create app directory
WORKDIR /usr/src/app

# Install app dependencies

# create package.json
RUN npm init -f

# Install app dependencies
RUN npm install cheerio@^1.0.0-rc.3 cookie-parser@~1.4.4 debug@~2.6.9 express@~4.16.1 morgan@~1.9.1 node-web-extractor@^0.0.3

# If you are building your code for production
RUN npm ci --only=production

# port
EXPOSE 3000

# run
CMD [ "node", "./node_modules/node-web-extractor/bin/www" ]

FAQs

Package last updated on 23 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts