Skip to content

kishore881/SupportHashTag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SupportHashTag

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 .env file at <repo root>/config/.env
    TWITTER_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:

Footnotes

  1. Twitter Rapid API was introdued in commit acc3ca4 replacing Twitter API v1.1

About

Trends in any region | Tweets on any HashTag | Rapid API

Resources

Stars

Watchers

Forks

Contributors