Skip to content

Morton358/twitterTimeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweets Timeline

Web-app that displays Twitter Timeline for given user.

Getting Started

Go to :

And generate:

  • Consumer Key (API Key);
  • Consumer Secret (API Secret);
  • Access Token;
  • Access Token Secret;

Then in folder where you run git clone of this repo, create file .env with this content:

TWITTER_CONSUMER_KEY = Consumer Key from Twitter App Management

TWITTER_CONSUMER_SECRET = Consumer Secret from Twitter App Management

TWITTER_ACCESS_TOKEN_KEY = Access Token from Twitter App Management

TWITTER_ACCESS_TOKEN_SECRET = Access Token Secret from Twitter App Management

Then:

yarn in root folder
yarn in client folder
yarn dev in root folder

Running the tests

Tests was created with:

  • Jest
  • Enzyme

At folder client/ run:

yarn test

Deployment

You can prepare and deploy project in Heroku with this commands:

yarn heroku-postbuild && yarn start

Built With

  • NodeJS
  • create-react-app
  • Express JS
  • Twitt
  • Material-UI
  • Redux
  • Redux Saga

Authors

  • Volodymyr Kovalchuk

License

This project is licensed under the MIT License

About

try to get user timeline using Node JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published