UNPKG

feedlytokindle

Version:

fetch feed from feedly,and send to kindle

26 lines (22 loc) 458 B
Introduction === Fetch feeds from feedly,and then sending to kindle device. Framework === - nodejs - express - angularjs - redis/mongo Process === step 1 = - get feedly oauth - get all subscrible feeds - run task to get feeds by period. - store those feeds to DB step 2 = - run task to get feeds from DB by period, and then generate an email task - put one email task to queue - run loop to get email task from queue, and then execute task to send email.