Skip to content

SupportClass/nodecg-twitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodecg-twitter

A standalone, 0.8.0-compatible version of the Twitter graphic from toth4-overlay, which was made for Tip of the Hats 2015.

This is a NodeCG bundle. It cannot be run on its own, it has to be run as part of an existing NodeCG installation. Please see NodeCG's documentation for installation and setup instructions before continuing with toth3-overlay setup.

Demo

Demo image

Installation

  1. Install NodeCG (don't forget to run npm install from your the root of your NodeCG installation directory after you have installed it! This is what installs all of NodeCG's dependencies, which are required.)

  2. Clone nodecg-twitter to nodecg/bundles/nodecg-twitter

  3. Create nodecg/cfg/nodecg-twitter.json. These are the necessary config files.

Configuration

The bundle's config lives at nodecg/cfg/nodecg-twitter.json and is required for the graphic to work.

If you don't have Twitter credentials, you must make them before attempting to use this. Check the developer site for more info on how to register.

{
  "consumerKey": "yourConsumerKey",
  "consumerSecret": "yourConsumerSecret",
  "accessTokenKey": "yourAccessTokenKey",
  "accessTokenSecret": "yourAccessTokenSecret"
}

Credits

About

A bundle for NodeCG to display tweets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • HTML 38.8%
  • CSS 2.5%