mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
ADD: new provider for '1AImmobilien' / CHANGE: removing rootPath dependency, readme adjustments
This commit is contained in:
3
index.js
3
index.js
@@ -1,8 +1,7 @@
|
||||
require('rootpath')();
|
||||
const fs = require('fs');
|
||||
const path = './lib/provider';
|
||||
const sources = fs.readdirSync(path);
|
||||
const config = require('conf/config.json');
|
||||
const config = require('./conf/config.json');
|
||||
const stats = require('./lib/services/stats');
|
||||
|
||||
setInterval(
|
||||
|
||||
Reference in New Issue
Block a user