Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madvas/angular-globe

Interactive Angular D3 Globe directive for fun and profit and data visualization
https://github.com/madvas/angular-globe

Last synced: about 2 months ago
JSON representation

Interactive Angular D3 Globe directive for fun and profit and data visualization

Awesome Lists containing this project

README

        

# Angular Globe
AngularJS directive for visualising data on interactive 3D globe.

![Example Gif](http://madvas.github.io/angular-globe/pages/core/resources/angular-globe.gif)

### Requirements
- AngularJS
- D3.js
- [topojson] \(only if using version with built in map\)

### Examples & API Reference
You can see it in action here [madvas.github.io/angular-globe]

### Installation
```sh
$ bower install angular-globe --save
```
This will download two kinds of files:
* angular-globe.js - Needs to load land data manually. See [Expert Example]
* angular-globe-with-map.js - Version with built in land data for convenient usage

### Usage
```javascript
angular.module('myModule', ['madvas.angular-globe'])
```

```html

```
For more explanatory examples see: [madvas.github.io/angular-globe]

### Contributions
Would be great ;)

[Expert Example]: http://madvas.github.io/angular-globe/#/expert
[topojson]: https://github.com/mbostock/topojson
[madvas.github.io/angular-globe]: http://madvas.github.io/angular-globe