diff --git a/README.md b/README.md index e9684a7..f5356d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ Planetary.js ============ + +Planetary.js is a JavaScript library for building awesome interactive globes, like this one: + +![Planetary.js Screenshot](screenshot.png) + +Planetary.js is based on [D3.js](http://d3js.org/) and [TopoJSON](https://github.com/mbostock/topojson). It has built-in support for zoom, rotation, mouse interaction, and displaying animated "pings" at any coordinate. Via plugins, Planetary.js can be extended to do whatever you want! + +Examples, documentation, and more can be found at [planetaryjs.com](http://planetaryjs.com/). diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..345d79f Binary files /dev/null and b/screenshot.png differ