Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartzis/maptweet.info
search for geographic tweets and map them
https://github.com/hartzis/maptweet.info
Last synced: 25 days ago
JSON representation
search for geographic tweets and map them
- Host: GitHub
- URL: https://github.com/hartzis/maptweet.info
- Owner: hartzis
- License: mit
- Created: 2014-05-26T17:42:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T22:04:17.000Z (over 7 years ago)
- Last Synced: 2024-04-16T08:53:21.476Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.25 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MapTweet.Info
![Image of how to use MapTweet](https://raw.githubusercontent.com/hartzis/MapTweet.Info/master/public/img/maptweet_demo.gif)
----
## What is MapTweet?
[maptweet](http://maptweet.herokuapp.com) - *no longer live due to issues/changes with herokuThis web application allows you to search the twitter api for tweets at a given location with a specific query. If there are geo-located tweets( tweets that have a latitude and longitude ) they will be displayed on a map.
![Image of MapTweet Map](http://www.hartzis.me/images/maptweet-info-ss.png)
----
## Usage
1. Find the most recent tweets in a specific area.
2. Enter search parameters
3. Specify desired query
4. Search!![Image of MapTweet Search](http://www.hartzis.me/images/maptweet-search-ss.png)
----
## Feature log-ish
* 20140911 - Google Analytics
* 20140804 - Animations between app states
* 20140601 - Geo-tweets visualized on map
* 20140529 - Search twitter api by geolocation----
## ToDo's
* Remove jquery dependency
* Remove re-tweets from displayed tweets
* move all angular jade components to html via gulp----
## Libraries and Such
* [angularjs](https://angularjs.org/)
* [UI.map](http://angular-ui.github.io/ui-map/)
* [UI Bootstrap](http://angular-ui.github.io/bootstrap/)
* [Twit](https://www.npmjs.org/package/twit)