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

https://github.com/abcnews/react-globe

A 3D D3 globe for React
https://github.com/abcnews/react-globe

library react

Last synced: 5 months ago
JSON representation

A 3D D3 globe for React

Awesome Lists containing this project

README

          

# React Globe

A 3D D3 Globe for React.

## Usage

```js
const React = require('react');
const Globe = require('@abcnews/react-globe');

const BRISBANE = [153.021072, -27.470125];

class App extends React.Component {
render() {
return ;
}
}

module.exports = App;
```

## Authors

- [Nathan Hoad](mailto:hoad.nathan@abc.net.au)
- [Joshua Byrd](mailto:byrd.joshua@abc.net.au)