I want to create dashboard having feed from twitter tweets in angular2/node
platform , on googling i found
https://github.com/opensas/twitter-scraper
but after running this script i got error
[ { code: 215, message: 'Bad Authentication data.' } ] }
also i got this meaningful question in SO but this is using php
Simplest PHP example for retrieving user_timeline with Twitter API version 1.1
anyone can do this in nodeJs/angular ?
or any suggestion ?