Class: SourcesSchema documentation

models~SourcesSchema()

new SourcesSchema()

The gathering sources models, regexes for parsing etc

Properties:
Name Type Description
url String

the 'to scrap' url

Properties
Name Type Description
set function

the setter for url (WIP)

Source:

models~SourcesSchema()

new SourcesSchema()

The scrapper sources schemas

Properties:
Name Type Description
name String

the name of the feed like cointelegraph, cryptonews..

url String

the feed url (must be linked with req.path)

req Object

the req model to call rss > json yahoo api

parse Object

the regex for cleaning feed

__v Number

the mongoose version system

Source: