An open API service indexing awesome lists of open source software.

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

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.config

Then, 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).