I might well be the only person in the world trying to do this but I wrote a neat little program in Processing using the Twitter4j library which accesses the Twitter stream and displays Tweets based on given keywords, and now I want to implement into a website I'm about to write (in Adobe Brackets).
Using p5.js I'm able to access the basic functionality of Processing (in Javascript), but I have absolutely no idea how to use/access the Twitter4j library (since it's in Java).
Any ideas or alternatives?