This app demonstrates how you can use the recent search endpoint of the new Twitter API to learn five must know things about remote developer job postings including
- How many Tweets about remote developer job openings were posted in the last seven days in total?
- What day of the week had the most remote developer jobs Tweeted in the past seven days?
- What are the most in-demand programming languages based on those Tweets?
- Which Tweet received the most engagement via retweets, likes, replies, and quotes?
- What do some of these Tweeted jobs look like?
- You must have an approved developer account, and have activated the new developer portal experience. If you don’t have one already, you can apply for one. Access is available with active keys and tokens for a developer App that is attached to a Project created in the developer portal.
npm install
- Your bearer token can be found from your app in the Twitter developer portal
export TWITTER_BEARER_TOKEN=<REPLACE WITH YOUR BEARER TOKEN INCLUDING ANGLE BRACKETS>
npm start
👤 Tony Vu
- Website: https://twitter.com/tonyv00
- Twitter: @tonyv00
- Github: @tonyv
We'd love to get patches from you!
By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/twitter/repo-scaffolding/blob/master/LICENSE
Read our Code of Conduct for the project.