Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Web application to show tweets stream by Node.js and Socket.IO featuring 刀剣乱舞(ToukenRambu)

License

Notifications You must be signed in to change notification settings

nikukyugamer/twitter-streaming-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show tweets stream on web browser

Screenshot

screenshot

Required

How to use

# node app
  • Waiting for connection on port 11084 (default) such as http://localhost:11084
  • Access above by web browser
  • If you wanna clear tweets, push "clear_tweets" button

Note

  • Endpoint is public streams
  • Set track parameter to 刀剣乱舞 as default
    • 刀剣乱舞(ToukenRambu) is a Japanese simulation game title, whose official page is here
  • Routes implement is poor :)

History

2016/11/24 - Version 1.0.2

  • Minor bugs fixed
  • Codes refactored

2016/11/22 - Version 1.0.1

  • Minor bugs fixed

2016/11/21 - Version 1.0.0

  • First release