HomeReddit API CRUD

Reddit API CRUD

JQuery, AJAX

This project was a test of my 'JQuery' skills for the module 'Dynamic Web Technologies'. The task was to connect to an API using JQuery, and make requests to that API.

My choice for this project was the Reddit API, as I was already familiar with it form my 'NewsNice' project. Though, when I connected to the API in my previous project, it was using cURL, so JQuery API requests were new to me.

All data was returned in JSON, so had to be manipulated slightly to be presentable

My progress during this project was fully blogged here - https://dwt01.blogspot.com/

Features inlude:

  • Authorise with Reddit using private key
  • Fetch JSON data of posts in subreddit
  • Create Post
  • Edit post
  • Delete Post

Images: