0.0.116 • Published 2 years ago

wp-scrapper v0.0.116

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Wordpress NodeJs data scrapper.

Extract data as configured format from Wordpress built websites.

Goals

  • Configuration implementation.
  • Very easy api structure.
  • Parse website xml data.
  • Export data as json.

Import logic for developers

For simplicity and increasing code readability i use this logic to imports and definition of my code.

pointerstypesdescription
interfaceentityEntity interfaces
interfaceabstractClass abstraction interfaces
coreentityCore implemented Entity
constant---------Import any constant
servicehttpHttp related services
servicescrapeScraping related services
# Logic
import {***} from '@pointer/{type}/{name}';

# Import example:
import {WpInfo} from '@interface/abstract/WpInfo';

How to use:

First of all you need to install package using:

# install using wp-scrapper
yarn add wp-scrapper

# install using npm
npm install wp-scrapper

then import the package into your project like below:

import {WpScrapper} from 'wp-scrapper';

# Options schema not defined yet.
WpScrapper.read(options);
0.0.116

2 years ago

0.0.115

2 years ago

0.0.114

2 years ago

0.0.113

2 years ago

0.0.112

2 years ago

0.0.111

2 years ago

0.0.11

2 years ago

0.0.1

2 years ago