Skip to content

ChrisMStat/assignment1GitHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

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

To search for a tweet, enter an ID and then click on the 'Search' button.

Clicking the recently searched tweets button will display the last/most recently searched tweet

References

CS3203-Assignment1

About

GitHub of assignment 1 for assignment 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published