Replace Twitter API with static programming quotes#3
Open
chadhutchins wants to merge 1 commit intomasterfrom
Open
Replace Twitter API with static programming quotes#3chadhutchins wants to merge 1 commit intomasterfrom
chadhutchins wants to merge 1 commit intomasterfrom
Conversation
Fixes #2 Changes: - Replaced Twitter API streaming with a curated collection of 90+ programming quotes and tech wisdom - Modernized dependencies: Express 4.x, Socket.IO 4.x, EJS templates - Improved word filtering with comprehensive stop words list - Updated UI with modern gradient design and animations - Added responsive design for mobile devices - Added comprehensive README with setup instructions The quotes cover: - Classic programming wisdom from industry legends - Software design principles - JavaScript/Web development insights - Open source philosophy - Modern development practices (Agile, DevOps) - AI and future tech perspectives Quotes stream every 2 seconds in random order, and the word trend visualization updates in real-time just like the original Twitter version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #2
This PR replaces the deprecated Twitter API integration with a curated collection of 90+ programming quotes and tech wisdom. The word/trend visualization functionality is preserved while the data source is now completely static.
Changes
Core Changes
data/quotes.js) with 90+ famous programming quotesNew Features
Quote Categories
The quotes cover diverse tech topics:
How It Works
Testing
npm install npm start # Visit http://localhost:3000Screenshots
The app features: