Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhdbs/twitter-updates
https://github.com/mhdbs/twitter-updates
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhdbs/twitter-updates
- Owner: mhdbs
- Created: 2018-11-28T10:28:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T23:06:22.000Z (almost 2 years ago)
- Last Synced: 2024-01-26T05:13:08.243Z (10 months ago)
- Language: JavaScript
- Size: 9.12 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.