mirror of
https://gitlab.silvrtree.co.uk/martind2000/old-silvrgit.git
synced 2025-01-10 21:45:08 +00:00
added tech history to today
This commit is contained in:
parent
17bb4114c3
commit
b084948866
@ -4,5 +4,6 @@
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="silvrgit node_modules" level="project" />
|
||||
</component>
|
||||
</module>
|
@ -90,7 +90,7 @@ module.exports = {
|
||||
|
||||
tdihbody.find('.tdihevent > p').each(function (div) {
|
||||
|
||||
logger.info($(this));
|
||||
// logger.info($(this));
|
||||
var s = $(this).text();
|
||||
if (s.indexOf('Today\'s recipe:') == -1) {
|
||||
output.push(s);
|
||||
@ -296,5 +296,3 @@ cron.schedule('0 7 * * *', function () {
|
||||
return -1;
|
||||
});
|
||||
|
||||
|
||||
module.exports.getHistory();
|
@ -22,5 +22,8 @@
|
||||
"scrape": "^0.2.3",
|
||||
"ultrases": "^0.1.3",
|
||||
"unstyler": "^0.2.2"
|
||||
},
|
||||
"scripts" : {
|
||||
"start" : "node web-server.js"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user