Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 961 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 961 Bytes

Twitter-Updates-

  • install the npm pacakages by $ npm install

  • Execute the code by $nodemon main.js

  • Please update the .env file with respective keys from twitter dev api.

Node Modules

  • The node modules that i have used in this repo.

  • dotenv - for getting the config/keys from the environment.

  • express - light-weight web application framework for organize web application.

  • nodemon - nodemon helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.

  • react - react is to be fast and scalable, it works on user interfaces in application and its a combination of other javascript libraries.

  • reactDom - The react-dom is the glue between React and the DOM. it will only used for one single thing- mounting your application to the index.html file with ReactDOM.render().

  • twitter - An asynchronous client library for the Twitter REST and Streaming API's.