Asheboy / vaguely-rude-places

The map of Vaguely Rude Place Names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaguely Rude Place Names Map

Gentle Introduction

The Vaguely Rude Place Names Map is a simple web mash up of places which, to the British sense of humour, sound vaguely rude and thus are, by definition, funny. If you're not British, it might be confusing why this is amusing.

Meanwhile, here's a blog post which may, or may not, explain how the map came into being.

License

The source code for the Vaguely Rude Places Map is licensed under the MIT License.

All site content is licensed under the Creative Commons Attribution ShareAlike license.

All GeoJSON and ShapeFile downloads are licensed under the Open Data Commons Attribution license.

Credits

Thanks and credit is due to the following people and organisations:

Colophon

If you're interested, the Vaguely Rude Places Map is built out of the following, fabulous, open source components:

Building

Either fork or clone the master GitHub repository.

Install the map's Bower dependencies.

$ bower install

Install the map's Grunt dependencies.

$ npm install

Build the source.

$ grunt build

By default, the map's Gruntfile.js builds for a production environment, with a build target of dist, so that

$ grunt build

and

$ grunt build --target=dist

are synonymous.

To build for a development environment, which includes the map's test Maptiks tracking code, and keeping the concatenated Javascript source uncompressed, use the dev build target.

$ grunt build --target=dev

If you don't want to use Maptiks map analytics, remove the corresponding dependencies from the cdndeps and concat Grunt tasks.

About

The map of Vaguely Rude Place Names

License:MIT License


Languages

Language:JavaScript 77.7%Language:CSS 21.1%Language:HTML 1.2%Language:ApacheConf 0.0%