Find the app at http://tweetmap.studiole.uk
This app is run entirely in your browser using AngularJS.
I'm always on the look out for collaborators so feel free to suggest new features, get in touch or just fork at will.
If you want to host your own private version or run a local version feel free to follow these installation instructions.
Run gulp to produce a build from the app source
gulp build
There's also small cli.js utility to simplify some of the development commands.
Launch a web server of the src directory
node cli server
Launch a web server of the build directory
node cli server build