Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhdbs/twitter-updates


https://github.com/mhdbs/twitter-updates

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

## 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.