freeCodeCamp / 100DaysOfCode-twitter-bot

Twitter bot for #100DaysOfCode
https://twitter.com/_100DaysOfCode
BSD 3-Clause "New" or "Revised" License
285 stars 110 forks source link

Add tweetProjectOfTheDay #16

Closed spences10 closed 7 years ago

spences10 commented 7 years ago

Will, add more project ideas as needed, maybe FSS links, not sure how much of the char limit will be used for this, maybe add another function for that before posting??

amandeepmittal commented 7 years ago

@spences10 This PR has some conflicts with the version of bot.js you have implemented the new snippet of code. Can you please do the same using the latest bot.js file?

spences10 commented 7 years ago

Ok, I'll take the master branch and re-apply my changes, yes? If so close this PR

Thanks :+1: :nerd_face:

spences10 commented 7 years ago

When trying to run the latest version in my c9 IDE I get the following error:

image

I thought it was because I needed to add the "use strict"; // added for use on c9 but still doesn't seem to want to work for me, any Ideas @amandeepmittal