Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SubmergedDuck authored Oct 8, 2023
1 parent 7b50b51 commit 70b0fa6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# 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/

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)

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
Expand Down

0 comments on commit 70b0fa6

Please sign in to comment.