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
- Host: GitHub
- URL: https://github.com/abcnews/react-globe
- Owner: abcnews
- License: mit
- Created: 2018-06-08T03:24:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T01:05:13.000Z (about 8 years ago)
- Last Synced: 2025-10-27T20:12:41.507Z (8 months ago)
- Topics: library, react
- Language: JavaScript
- Homepage:
- Size: 717 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)