https://github.com/tugberkugurlu/tweetmapr
TweetMapR is a realtime Twitter client (read-only for now) consuming Twitter Streaming API and broadcasts data to the clients via SignalR
https://github.com/tugberkugurlu/tweetmapr
Last synced: 5 months ago
JSON representation
TweetMapR is a realtime Twitter client (read-only for now) consuming Twitter Streaming API and broadcasts data to the clients via SignalR
- Host: GitHub
- URL: https://github.com/tugberkugurlu/tweetmapr
- Owner: tugberkugurlu
- License: mit
- Created: 2012-07-31T07:56:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-06T19:54:26.000Z (about 12 years ago)
- Last Synced: 2023-03-12T01:42:41.965Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://tweetmapr2.azurewebsites.net
- Size: 691 KB
- Stars: 28
- Watchers: 10
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TweetMapR
**TweetMapR** is a poor man's realtime Twitter client (read-only for now) consuming Twitter Streaming API and broadcasts data to the clients via SignalR.# Clone and Run
You can run TweetMapR on your box. Just clone the repository and move the following files and under *TweetMapR/src/TweetMapR*:- scripts/TweetMapR_config/Web.config
- scripts/TweetMapR_config/Web.Debug.config
- scripts/TweetMapR_config/Web.Release.configThen, set your Twitter API Keys inside the *Web.config* file you just copied:
Finally, run the **TweetMapR** project. You are good to go!
# Running the Windows 8 Client
To run the Windows 8 client, you need to add your own Bing Maps Key to MainPage.xaml file. To get a Bing Maps Key, refer here: [Getting a Bing Maps Key](http://msdn.microsoft.com/en-us/library/ff428642.aspx).