Skip to content

duckbombs/Assignment1_SWE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Express-jQuery-AJAX-REST-API

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

Installation in local

You need to have have Node.js and NPM in your local files

To Install

npm install

Run

'npm start' or 'nodemon app'

Code is running on

Instructions for using

In the tweets section

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

In the users section

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

In the search section

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.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors