- Clone the repo
git clone https://github.com/55sketch/tweet-map.git
- Install dependencies
npm install
- Run app
node app
- Visit
http://localhost:5000
in your browser
- The Twitter search API, even when requested by location, only returns a small percentage of tweets with geolocation. One possible solution would be to make the function recursive until there are 'X' amount of tweets in the geoTweets array, but performance could be an issue here.
- Mobile interface: Sidebar slideover etc
- Use of HTML5 location API for initial load