From 7e28d480f9cd9490f59f7b90ae97a96b414a50c0 Mon Sep 17 00:00:00 2001 From: twhitloc Date: Thu, 21 Nov 2013 19:10:53 -0500 Subject: [PATCH 01/22] Adding team folder --- Tyler.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Tyler.txt diff --git a/Tyler.txt b/Tyler.txt new file mode 100644 index 0000000..429e3e9 --- /dev/null +++ b/Tyler.txt @@ -0,0 +1,11 @@ +#Types of Questions to answer + +##Who is the target audience for our application? + +##What does our application do???? + +##How does our application do it? + +##When will this application be available? + +##Where can this application be accessed from? (URL) From c96cb49318019aaed1619a31f68c45ea111f7422 Mon Sep 17 00:00:00 2001 From: jkdanahy Date: Thu, 21 Nov 2013 19:17:58 -0500 Subject: [PATCH 02/22] Create JamieDanahy.md --- Teams/Team-Nameless/JamieDanahy.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/Team-Nameless/JamieDanahy.md diff --git a/Teams/Team-Nameless/JamieDanahy.md b/Teams/Team-Nameless/JamieDanahy.md new file mode 100644 index 0000000..4be0582 --- /dev/null +++ b/Teams/Team-Nameless/JamieDanahy.md @@ -0,0 +1,19 @@ +Who is the target audience for our application? + +Movie Enthusiasts. + +What does our application do???? + +Finds general feedback on a movie using several online resources including movie reviews on Twitter. + +How does our application do it? + +It uses a twitter API through node.js to pull movie reviews from tweets in a wide radius. + +When will this application be available? + +December 1st. + +Where can this application be accessed from? (URL) + +We don't know yet. From 9beecc656edc2445db6e2caa975a652841a980eb Mon Sep 17 00:00:00 2001 From: gCollins95 Date: Thu, 21 Nov 2013 19:17:58 -0500 Subject: [PATCH 03/22] Create TeamSweetRiver --- Teams/TeamSweetRiver | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/TeamSweetRiver diff --git a/Teams/TeamSweetRiver b/Teams/TeamSweetRiver new file mode 100644 index 0000000..9f33375 --- /dev/null +++ b/Teams/TeamSweetRiver @@ -0,0 +1,16 @@ +#Types of Questions to answer + +##Who is the target audience for our application? +###People interested in the public's mood about cirtain financial and political matters. + +##What does our application do???? +###The aplication pulls twitter data within a cirtain radius and filters it based on the user defined hashtags and cashtags. +###It then determines each tweet's sentimental value. + +##How does our application do it? +###It uses a Sentimental API and a Twitter API + +##When will this application be available? +### + +##Where can this application be accessed from? (URL) From 065716631d4e5985ed4ae832d25a7d3e54208e6e Mon Sep 17 00:00:00 2001 From: Connor Date: Thu, 21 Nov 2013 19:19:34 -0500 Subject: [PATCH 04/22] Create ConnorLamb.md --- Teams/Team-Nameless/ConnorLamb.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Teams/Team-Nameless/ConnorLamb.md diff --git a/Teams/Team-Nameless/ConnorLamb.md b/Teams/Team-Nameless/ConnorLamb.md new file mode 100644 index 0000000..62344d5 --- /dev/null +++ b/Teams/Team-Nameless/ConnorLamb.md @@ -0,0 +1,20 @@ +Types of Questions to answer +Who is the target audience for our application? + +Twitter users and movie goers + +What does our application do???? + +It searches for tweets and movie information based on the users input search parameters + +How does our application do it? + +Pulls in Twitter information through a twitter API and movie information based on moviesearch API + +When will this application be available? + +December 1st + +Where can this application be accessed from? (URL) + +Currently unknown From 22c88ba82ad29eb6c744f4cf974e50748567896d Mon Sep 17 00:00:00 2001 From: gCollins95 Date: Thu, 21 Nov 2013 19:21:34 -0500 Subject: [PATCH 05/22] Update and rename Teams/TeamSweetRiver to Teams/TeamSweetRiver/Guthrie Collins --- Teams/{TeamSweetRiver => TeamSweetRiver/Guthrie Collins} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename Teams/{TeamSweetRiver => TeamSweetRiver/Guthrie Collins} (83%) diff --git a/Teams/TeamSweetRiver b/Teams/TeamSweetRiver/Guthrie Collins similarity index 83% rename from Teams/TeamSweetRiver rename to Teams/TeamSweetRiver/Guthrie Collins index 9f33375..ad44c4c 100644 --- a/Teams/TeamSweetRiver +++ b/Teams/TeamSweetRiver/Guthrie Collins @@ -8,9 +8,10 @@ ###It then determines each tweet's sentimental value. ##How does our application do it? -###It uses a Sentimental API and a Twitter API +###It uses a Sentimental API and a Twitter API. ##When will this application be available? -### +###By December 1st ##Where can this application be accessed from? (URL) +###http://sweetRiverApp.herokuapp.com/ From 53d71c8c7bc7f2f8948d55b0b477abd7eea9e479 Mon Sep 17 00:00:00 2001 From: Never52 Date: Thu, 21 Nov 2013 19:21:38 -0500 Subject: [PATCH 06/22] Create Ethan Konczal --- Teams/TeamSweetRiver/Ethan Konczal | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/TeamSweetRiver/Ethan Konczal diff --git a/Teams/TeamSweetRiver/Ethan Konczal b/Teams/TeamSweetRiver/Ethan Konczal new file mode 100644 index 0000000..c17e42c --- /dev/null +++ b/Teams/TeamSweetRiver/Ethan Konczal @@ -0,0 +1,16 @@ +#Types of Questions to answer + +##Who is the target audience for our application? +### Poeple who are interested in the mood associated with politics and economics. + +##What does our application do???? +### Takes two #hashtags and two $cashtags and determins the mood surrounding that topic based on the pople around you. + +##How does our application do it? +### Using a twitter API to track the sentimental value of tweets, it will report back a list of those values using the inputs you entered in. + +##When will this application be available? +###12/1/13 + +##Where can this application be accessed from? (URL) +###http://sweetriverapp.herokuapp.com/ From b023a8875e4300d666f476d06e7d5d2f2e9135c3 Mon Sep 17 00:00:00 2001 From: gCollins95 Date: Thu, 21 Nov 2013 19:22:12 -0500 Subject: [PATCH 07/22] Update Guthrie Collins --- Teams/TeamSweetRiver/Guthrie Collins | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Teams/TeamSweetRiver/Guthrie Collins b/Teams/TeamSweetRiver/Guthrie Collins index ad44c4c..e41f8c6 100644 --- a/Teams/TeamSweetRiver/Guthrie Collins +++ b/Teams/TeamSweetRiver/Guthrie Collins @@ -4,8 +4,7 @@ ###People interested in the public's mood about cirtain financial and political matters. ##What does our application do???? -###The aplication pulls twitter data within a cirtain radius and filters it based on the user defined hashtags and cashtags. -###It then determines each tweet's sentimental value. +###The aplication pulls twitter data within a cirtain radius and filters it based on the user defined hashtags and cashtags. It then determines each tweet's sentimental value. ##How does our application do it? ###It uses a Sentimental API and a Twitter API. From cdb5364b29300655a48a14cc1f186c0276d9363c Mon Sep 17 00:00:00 2001 From: gCollins95 Date: Thu, 21 Nov 2013 19:22:28 -0500 Subject: [PATCH 08/22] Update Guthrie Collins --- Teams/TeamSweetRiver/Guthrie Collins | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/TeamSweetRiver/Guthrie Collins b/Teams/TeamSweetRiver/Guthrie Collins index e41f8c6..cbbb8f2 100644 --- a/Teams/TeamSweetRiver/Guthrie Collins +++ b/Teams/TeamSweetRiver/Guthrie Collins @@ -4,7 +4,8 @@ ###People interested in the public's mood about cirtain financial and political matters. ##What does our application do???? -###The aplication pulls twitter data within a cirtain radius and filters it based on the user defined hashtags and cashtags. It then determines each tweet's sentimental value. +###The aplication pulls twitter data within a cirtain radius and filters it based on the user defined hashtags and cashtags. +It then determines each tweet's sentimental value. ##How does our application do it? ###It uses a Sentimental API and a Twitter API. From e38ba1ea3b31e08665bfe896458d7d130ecbe140 Mon Sep 17 00:00:00 2001 From: twhitloc Date: Thu, 21 Nov 2013 19:22:29 -0500 Subject: [PATCH 09/22] Noncommital --- Tyler.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Tyler.txt b/Tyler.txt index 429e3e9..5d4d169 100644 --- a/Tyler.txt +++ b/Tyler.txt @@ -2,10 +2,17 @@ ##Who is the target audience for our application? +The target audience is just about anybody, so there is no real target audience aside from Twitter users. Grandma probably will not be using it at least. Unless she wants pictures of a certain recipe. + ##What does our application do???? +Our application will ask the user for their location as well as two tweets to search on Twitter. It will then attempt to find tweets within the target area using both of the hashtags. It will sort these tweets based on the sentimental module. It will also search the image site flickr in an attempt to find pictures that will also match the users inputs. It will pair one tweet with one image, starting with the highest and working to the lowest. The images will be sorted by relevance. There will be 5 matches total, when possible. + ##How does our application do it? +It will use the twitter API to search with the location feature as well as the hashtag search feature in order to find the hashtags. It will have an accuracy setting. It will then use the flickr API to search images which will also use the keywords provided. It will sort them by relevance with the search feature of the API. They will be paired and displayed. ##When will this application be available? +Coming soon! In a future near you! ##Where can this application be accessed from? (URL) +http://Boo.li/whaat%20?/ \ No newline at end of file From e3509a2483ed41ab6e98f07414a5f11d28e74606 Mon Sep 17 00:00:00 2001 From: tvanollefen Date: Thu, 21 Nov 2013 19:26:19 -0500 Subject: [PATCH 10/22] Tyler, the BEST Arrowsmith member's .md file --- Teams/Arrowsmith/TylerVanOllefen.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Teams/Arrowsmith/TylerVanOllefen.md diff --git a/Teams/Arrowsmith/TylerVanOllefen.md b/Teams/Arrowsmith/TylerVanOllefen.md new file mode 100644 index 0000000..7cebde8 --- /dev/null +++ b/Teams/Arrowsmith/TylerVanOllefen.md @@ -0,0 +1,15 @@ +#Types of Questions to answer +##Who is the target audience for our application? +Our target audience is anyone who likes Twitter and music. + +##What does our application do???? +Our application pulls in twitter hashtags, does the required tasks, and then adds SoundCloud tracks relevant to the sentiment of the tweets. ie, sad songs for low sentiment scores, happy peppy songs for high sentiment scores. + +##How does our application do it? +User inputs hashtags they would like to search along with date ranges and a radius for filters. Then JavaScript and AJAX and node.js servers and whatnot happens and then results are displayed along with SoundCloud. + +##When will this application be available? +Dec 3, 2013. + +##Where can this application be accessed from? (URL) +Nowhere yet, it will be accessed through Heroku later though. \ No newline at end of file From 4b31fdde7ce70e9a2d0b5b13e9fe3303eb857b6c Mon Sep 17 00:00:00 2001 From: gCollins95 Date: Thu, 21 Nov 2013 19:27:04 -0500 Subject: [PATCH 11/22] Update Guthrie Collins --- Teams/TeamSweetRiver/Guthrie Collins | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Teams/TeamSweetRiver/Guthrie Collins b/Teams/TeamSweetRiver/Guthrie Collins index cbbb8f2..266f5e6 100644 --- a/Teams/TeamSweetRiver/Guthrie Collins +++ b/Teams/TeamSweetRiver/Guthrie Collins @@ -1,17 +1,17 @@ #Types of Questions to answer ##Who is the target audience for our application? -###People interested in the public's mood about cirtain financial and political matters. + People interested in the public's mood about cirtain financial and political matters. ##What does our application do???? -###The aplication pulls twitter data within a cirtain radius and filters it based on the user defined hashtags and cashtags. -It then determines each tweet's sentimental value. + The aplication pulls twitter data within a cirtain radius and filters it based on the user defined hashtags and cashtags. + It then determines each tweet's sentimental value. ##How does our application do it? -###It uses a Sentimental API and a Twitter API. + It uses a Sentimental API and a Twitter API. ##When will this application be available? -###By December 1st + By December 1st ##Where can this application be accessed from? (URL) -###http://sweetRiverApp.herokuapp.com/ + http://sweetRiverApp.herokuapp.com/ From b0c8c2e3ee46c95d94e32ae974a411a32237ff8c Mon Sep 17 00:00:00 2001 From: twhitloc Date: Thu, 21 Nov 2013 19:27:15 -0500 Subject: [PATCH 12/22] ok --- Tyler.txt => Teams/The Abusement Park/Tyler.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Tyler.txt => Teams/The Abusement Park/Tyler.txt (100%) diff --git a/Tyler.txt b/Teams/The Abusement Park/Tyler.txt similarity index 100% rename from Tyler.txt rename to Teams/The Abusement Park/Tyler.txt From 37a7b82d1805c43f4d5c22ae2257e0dfe1b79b50 Mon Sep 17 00:00:00 2001 From: gCollins95 Date: Thu, 21 Nov 2013 19:29:52 -0500 Subject: [PATCH 13/22] Update Guthrie Collins --- Teams/TeamSweetRiver/Guthrie Collins | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Teams/TeamSweetRiver/Guthrie Collins b/Teams/TeamSweetRiver/Guthrie Collins index 266f5e6..6cd875e 100644 --- a/Teams/TeamSweetRiver/Guthrie Collins +++ b/Teams/TeamSweetRiver/Guthrie Collins @@ -1,17 +1,13 @@ #Types of Questions to answer ##Who is the target audience for our application? - People interested in the public's mood about cirtain financial and political matters. - + People interested in the public's mood about certain financial and political matters ##What does our application do???? - The aplication pulls twitter data within a cirtain radius and filters it based on the user defined hashtags and cashtags. - It then determines each tweet's sentimental value. - + The application pulls twitter data within a certain radius and filters it based on the user defined hashtags and cashtags + It then determines each tweet's sentimental value ##How does our application do it? - It uses a Sentimental API and a Twitter API. - + It uses a Sentimental API and a Twitter API ##When will this application be available? By December 1st - ##Where can this application be accessed from? (URL) http://sweetRiverApp.herokuapp.com/ From 79bc0e5570157224ac555917126cd3bbacf43c15 Mon Sep 17 00:00:00 2001 From: Al Ramirez Date: Thu, 21 Nov 2013 19:30:04 -0500 Subject: [PATCH 14/22] technology --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5c46d8..2feb792 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ CSI120-WebApps ============== +![technology](http://i.imgur.com/xCUlQk0.gif "technology") From 48276ba1f19de95b715216e793f12bec3bd81dae Mon Sep 17 00:00:00 2001 From: gCollins95 Date: Thu, 21 Nov 2013 19:30:23 -0500 Subject: [PATCH 15/22] Rename Guthrie Collins to Guthrie Collins.md --- Teams/TeamSweetRiver/{Guthrie Collins => Guthrie Collins.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/TeamSweetRiver/{Guthrie Collins => Guthrie Collins.md} (100%) diff --git a/Teams/TeamSweetRiver/Guthrie Collins b/Teams/TeamSweetRiver/Guthrie Collins.md similarity index 100% rename from Teams/TeamSweetRiver/Guthrie Collins rename to Teams/TeamSweetRiver/Guthrie Collins.md From 40401c8356563c56868f44c833a9bca066db4bea Mon Sep 17 00:00:00 2001 From: gCollins95 Date: Thu, 21 Nov 2013 19:30:43 -0500 Subject: [PATCH 16/22] Update Guthrie Collins.md --- Teams/TeamSweetRiver/Guthrie Collins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/TeamSweetRiver/Guthrie Collins.md b/Teams/TeamSweetRiver/Guthrie Collins.md index 6cd875e..371e73a 100644 --- a/Teams/TeamSweetRiver/Guthrie Collins.md +++ b/Teams/TeamSweetRiver/Guthrie Collins.md @@ -3,8 +3,8 @@ ##Who is the target audience for our application? People interested in the public's mood about certain financial and political matters ##What does our application do???? - The application pulls twitter data within a certain radius and filters it based on the user defined hashtags and cashtags - It then determines each tweet's sentimental value + The application pulls twitter data within a certain radius and filters it based on the user defined hashtags and + cashtags. It then determines each tweet's sentimental value ##How does our application do it? It uses a Sentimental API and a Twitter API ##When will this application be available? From 297628c528c1bc921865063516493295f8ffc437 Mon Sep 17 00:00:00 2001 From: Never52 Date: Thu, 21 Nov 2013 19:31:14 -0500 Subject: [PATCH 17/22] Update and rename Ethan Konczal to EthanKonczal.md --- Teams/TeamSweetRiver/Ethan Konczal | 16 ---------------- Teams/TeamSweetRiver/EthanKonczal.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 Teams/TeamSweetRiver/Ethan Konczal create mode 100644 Teams/TeamSweetRiver/EthanKonczal.md diff --git a/Teams/TeamSweetRiver/Ethan Konczal b/Teams/TeamSweetRiver/Ethan Konczal deleted file mode 100644 index c17e42c..0000000 --- a/Teams/TeamSweetRiver/Ethan Konczal +++ /dev/null @@ -1,16 +0,0 @@ -#Types of Questions to answer - -##Who is the target audience for our application? -### Poeple who are interested in the mood associated with politics and economics. - -##What does our application do???? -### Takes two #hashtags and two $cashtags and determins the mood surrounding that topic based on the pople around you. - -##How does our application do it? -### Using a twitter API to track the sentimental value of tweets, it will report back a list of those values using the inputs you entered in. - -##When will this application be available? -###12/1/13 - -##Where can this application be accessed from? (URL) -###http://sweetriverapp.herokuapp.com/ diff --git a/Teams/TeamSweetRiver/EthanKonczal.md b/Teams/TeamSweetRiver/EthanKonczal.md new file mode 100644 index 0000000..e500bb4 --- /dev/null +++ b/Teams/TeamSweetRiver/EthanKonczal.md @@ -0,0 +1,16 @@ +#Types of Questions to answer + +##Who is the target audience for our application? + People who are interested in the mood associated with politics and economics. + +##What does our application do???? + Takes two #hashtags and two $cashtags and determins the mood surrounding that topic based on the pople around you. + +##How does our application do it? + Using a twitter API to track the sentimental value of tweets, it will report back a list of those values using the inputs you entered in. + +##When will this application be available? + 12/1/13 + +##Where can this application be accessed from? (URL) + http://sweetriverapp.herokuapp.com/ From abf23cea778f446e302815d12f93589563daafbf Mon Sep 17 00:00:00 2001 From: z281625810 Date: Thu, 21 Nov 2013 19:33:53 -0500 Subject: [PATCH 18/22] fengsun --- Teams/TeamName/FengSun.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/TeamName/FengSun.md diff --git a/Teams/TeamName/FengSun.md b/Teams/TeamName/FengSun.md new file mode 100644 index 0000000..33a292a --- /dev/null +++ b/Teams/TeamName/FengSun.md @@ -0,0 +1,16 @@ +#Types of Questions to answer + +##Who is the target audience for our application? +The target audience is whoever wants to use our websites to search tweets based on different condition. + +##What does our application do???? +Show tweets based on the users condition(hashtag,location radius,date,sentimental of tweets). Then also show them on the maps. + +##How does our application do it? +By using tweeter api. + +##When will this application be available? +in between the Thanksgiving . + +##Where can this application be accessed from? (URL) +http://teamnametwitter.herokuapp.com \ No newline at end of file From e5ab3be506cce1f2552c27d62c329130b805e3de Mon Sep 17 00:00:00 2001 From: pHelics Date: Thu, 21 Nov 2013 19:37:06 -0500 Subject: [PATCH 19/22] Added Victor's answers --- Teams/TeamName/VictorCalancea.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Teams/TeamName/VictorCalancea.md diff --git a/Teams/TeamName/VictorCalancea.md b/Teams/TeamName/VictorCalancea.md new file mode 100644 index 0000000..0beb986 --- /dev/null +++ b/Teams/TeamName/VictorCalancea.md @@ -0,0 +1,27 @@ +#Types of Questions to answer + +##Who is the target audience for our application? +The target audience are people using both desktops and mobile devices +that want to see a better visual representation and correlation of tweets +they search for. + +##What does our application do? +The application takes 2 hashtags from the user input, as well as +a radius in miles to search by location and a date to search by. +Then the app displays the relevant results of the found tweets +in a list, as well as on a map, showing where else in the U.S. +this combination of tweets can be found. It also shows a sentiment score +for each tweet so the user knows where positive or negative tweets are coming from. + +##How does our application do it? +The application is using a node.js server, as well as express.js for the framework. +It uses Sentimental module for node.js to score each tweet's positive or negative feeling. +The results are displayed using responsive HTML & CSS, +in both a table and in Google Maps embeded on the page. +We are using Twitter API and Google Maps API to power our application. + +##When will this application be available? +12/1/13 + +##Where can this application be accessed from? (URL) +http://teamnametwitter.herokuapp.com/ ## not currently up \ No newline at end of file From 0c304ef5f312d70f625dd3c5e4829fb7e1a185da Mon Sep 17 00:00:00 2001 From: sudden62 Date: Thu, 21 Nov 2013 19:41:14 -0500 Subject: [PATCH 20/22] BenR --- Teams/The Abusement Park/BenRussell.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/The Abusement Park/BenRussell.txt diff --git a/Teams/The Abusement Park/BenRussell.txt b/Teams/The Abusement Park/BenRussell.txt new file mode 100644 index 0000000..3cdbf40 --- /dev/null +++ b/Teams/The Abusement Park/BenRussell.txt @@ -0,0 +1,19 @@ +Ben Russell + +Who is the target audience for our application? + Mainly younger people interested in twitter and online image sharing. + +What does our application do???? + It first takes two hashtags from the user and finds local tweets that match. Then they +are given sentimental ratings. 5 along that range are chosen and displayed. Beside each tweet will +be a random picture from Flickr that also matches those hashtags. + +How does our application do it? + The files are stored on github, processed on cloud9, and deployed to Heroku. Twitter API asks +and pulls tweets from Twitter, and a Flickr API will pull the pictures. + +When will this application be available? + Around November 25th. + +Where can this application be accessed from? (URL) + NOWHERE. \ No newline at end of file From 90362c9f43d33a1fb6192cad9784a8840a4e2fe5 Mon Sep 17 00:00:00 2001 From: dmcanavan16 Date: Thu, 21 Nov 2013 19:48:23 -0500 Subject: [PATCH 21/22] Create DevinCanavan.md --- Teams/Team-Nameless/DevinCanavan.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Team-Nameless/DevinCanavan.md diff --git a/Teams/Team-Nameless/DevinCanavan.md b/Teams/Team-Nameless/DevinCanavan.md new file mode 100644 index 0000000..e3ae36c --- /dev/null +++ b/Teams/Team-Nameless/DevinCanavan.md @@ -0,0 +1,12 @@ +The target audience of our web application are people who need information on movies. +Possibly which movie to watch or see if it's been getting good feedbaack from tweets. + +It asks the user to enter filters, based on those filters it brings in tweets from the twitter api. +It also brings in relevant movie information. + +The application will pull in tweets with the twitter api and the moviesearch api +will bring in information about the movie itself. + +The application will be available and running December 1st, 2013. + +We currently do not have a url in mind. From 12c113cbbf446407e5901d2bf1c49b7d23575a4f Mon Sep 17 00:00:00 2001 From: pturch Date: Thu, 21 Nov 2013 19:55:19 -0500 Subject: [PATCH 22/22] please this time dear god grant me the sereenity to know the git i cannot change and the stuff i acn do i do gud --- Teams/Arrowsmith/paulturchinetz.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/Arrowsmith/paulturchinetz.md diff --git a/Teams/Arrowsmith/paulturchinetz.md b/Teams/Arrowsmith/paulturchinetz.md new file mode 100644 index 0000000..61cdb24 --- /dev/null +++ b/Teams/Arrowsmith/paulturchinetz.md @@ -0,0 +1,16 @@ +Paul Turchinetz, member of Arrowsmith + +##Who is the target audience for our application? +The target audience is people who like music. + +##What does our application do? +Our application works with soundcloud, twitter, and sentiment to assign a sentiment score to tweets, then plays songs from an appropriate playlist based on whether the tweet had a positive, negative, or neutral score. + +##How does our application do it? +The user will enter two tweets and the app will use geolocation to sense where the user is. We use node.js to run the server which will parse the tweets by two hashtags and distance from the user and assign a sentiment score to each tweet. + +##When will this application be available? +December 3rd, 2013 + +##Where can this application be accessed from? (URL) +Heroku, however that information is currently classified.