Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

denistsoi/twitter-client-example

Repository files navigation

latest tweets

  • using create react app & express

screenshot

requirement

  view the 10 most recent tweets from a Twitter handle of the user's choice. 
  The app should serve a single page with a form on it that has one text field and a submit button. 
  The user should be able to enter a Twitter handle/username in the text field, 
  and then hit the submit button to see the 10 latest tweets from that Twitter user.

before you use

create a .env file in the root with the twitter client credentials

CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=

How to use

npm i 
npm run dev

author

Denis Tsoi denistsoi@gmail.com

About

twitter-client-example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published