Created using Node.js, Express.js, jQuery.js, AJAX and REST api
Originally created by Daylon Carse and modified by Ji Hwan Park and Jacob Pierce
You need to have have Node.js and NPM in your local files
npm install
'npm start' or 'nodemon app'
Code is running on
Click the 'Get Tweets' button to show all tweets.
To create a tweet, type in the tweet ID and text in this format, "ID;Text", and click on 'Create Tweet'.
To delete a tweet, enter the ID of the tweet to be deleted and click on 'Delete Tweet'.
Click the 'Get Users' button to show all users.
To update a username, enter the name of the deisred user followed by the screen name to change in the format "Name;NewScreenName" and click on 'Update User'.
Click the 'Recently Searched' button to show recently searched tweets.
It will show the format of how the tweets will show up when searched for.
To search for a tweet, enter an ID and then click on the 'Search' button.