twitter-conference

Twitter online conference

Usage no npm install needed!

<script type="module">
  import twitterConference from 'https://cdn.skypack.dev/twitter-conference';
</script>

README

Twitter online conference

It's a small example how to create twitter online conference with Node.js, Twitter Streaming API and Websockets.

Article about this in Russian in my blog.

How to run

node lib/twitter.js --name <twitter name> --password <twitter password> --hash <search hashtag>

Then open examples/index.html in your browser for demo.

Requirements

  • Node.js
  • Socket.io

Install with NPM

npm install twitter-conference

Author