Find Trends in any region and Tweets on any HashTag
Built with Node.js, Express.js, HTML and jQuery using Twitter Rapid API 1
Currently hosted at: https://support-hashtag.onrender.com/
SupportHashTag.mov
How to Run
- subscribe to Twitter Rapid API(free tier available) and get the host, API Key.
- clone the repo and add a
.envfile at<repo root>/config/.envTWITTER_RAPID_API_TRENDS=https://<TWITTER_RAPID_API_HOST>/trends/ TWITTER_RAPID_API_HASHTAG=https://<TWITTER_RAPID_API_HOST>/hashtag/hashtag TWITTER_RAPID_API_KEY= TWITTER_RAPID_API_HOST= CORSURL=*
- npm install
- npm run start
- visit http://localhost:3000/
Notes:
-
Twitter Rapid API was introdued in commit acc3ca4 replacing Twitter API v1.1 ↩