From 70b0fa66931e524dbcdd671d73f840185aa77bc6 Mon Sep 17 00:00:00 2001 From: SubmergedDuck <64023000+SubmergedDuck@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:59:30 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e6ee973..04a5950 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # SocialSquad CSC207 Project -**Project domain** +## Project domain An interactive social media that allows people to create events and gather offline. -**Brief description** +## Brief description - Registered users can start real-time small gathering events open for other users to join. - Registered users can also search up and join offline events that are nearby. - See diagram: ![Main Idea Image](MainIdea.jpg) -**Links to API documentation** +## Links to API documentation - Bing Maps https://learn.microsoft.com/en-us/bingmaps/ @@ -20,7 +20,7 @@ An interactive social media that allows people to create events and gather offli https://learn.microsoft.com/en-us/bingmaps/rest-services/locations/find-a-location-by-point (specific API used in the java code) -**Screenshot of trying the API** +## Screenshot of trying the API Calling from Hopscotch ![Screenshot](TryingAPIHoppscotch.png) @@ -28,7 +28,7 @@ Calling from Hopscotch Calling from Intellij ![Trying API](TryingApi.png) -**List of potential technical difficulties** +## List of potential technical difficulties 1. Update the map in real time. When a user starts an event, the event location will be added to the application's map, other users will see this event