Skip to content

Final Project for edX (Software Construction : Object Oriented Design) Course

Notifications You must be signed in to change notification settings

MohamedMandouh/MyTwitterMapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyTwitterMapper

Final Project for edX's Software Construction Object Oriented Design Course.

The project uses Twitter's API to display tweets that match a keyword that the user provides. The tweets are displayed on a glopal map. The app makes use of an existing geographical mapping library and the Twitter API.

The project has two phases :

1-connect to the Twitter service to receive tweets, and selects those tweets that match any of the patterns that are specified by the user of the application

2- display a marker corresponding to the location in the world of the originator of each matching tweet, including defining tool-tips that show the text of each tweet when the user hovers over the map marker with the mouse.

The project focuses on Applying Observable Pattern ,Iterator Pattern , Unit Testing and UML Design

At Start :

Phase 1

Currently:

Phase 1.5

the desired look :

Phase 2

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • HTML 0.2%