@vorlefan/google-news
Version:
Crawler for the newest news from google newspaper RSS
25 lines (22 loc) • 675 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Route = void 0;
var _path = require("@vorlefan/path");
/*
:--------------------------------------------------------------------------
: Custom Path
:--------------------------------------------------------------------------
*/
const Route = new _path.PathRoute();
exports.Route = Route;
Route.set('main', __dirname);
Route.structuredJoin('main');
Route.set('root', Route.back('main', 4));
Route.structuredJoin('root');
/*
:--------------------------------------------------------------------------
: Export
:--------------------------------------------------------------------------
*/