- Node.js >= 8
- Dotenv files:
.env.production
and/or.env.development
$ yarn install
$ yarn start # yarn dev for development
NODE_ENV
(string): "development" or "production" environmentPORT
(number): Port number to run the serverNOTIFICATION_SERVICE_ADDRESS
(string): Address of notification serviceMONGODB_URI
(string): MongoDB URIMONGODB_DB_NAME
(string): Database name
Just for testing
iam
:"/"
Execute a watch session
url
(string): URL to crawlcssSelectors
(object): Mapping from CSS selectors to their types. Currently, only "string" is a valid type.