issues
search
random-mdn
/
random-mdn-bot
Serverless functions tweeting/sending/... random MDN articles
MIT License
14
stars
5
forks
source link
Brainstorm and planning
#1
Closed
stefanjudis
closed
1 year ago
stefanjudis
commented
6 years ago
[x] set up a serverless function that runs once a day doing:
[x] #2 set up project structure (@stefanjudis could do this with clear instructions on how to develop serverless)
[x] #3 reading out the mdn sitemap (
https://developer.mozilla.org/sitemaps/en-US/sitemap.xml
) (all sites are in there)
[x] grab a random article (with some selection before because I don't think all of them are valuable) and return it from the function
[x] tweet the grabbed articles once a day
[ ] build a registration form (probably in a different repo) to let people register their email (details tbd)
[ ] build a second function that does the same as the first one but sends emails to the people subscribed (details tbd)
[ ] let people choose what articles people are interested in and send specific emails according to preferences (details tbd)