Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lempiy/global-happenings
Interactive globe with dynamic map
https://github.com/lempiy/global-happenings
d3 data-visualization gsap threejs threejs-example
Last synced: 20 days ago
JSON representation
Interactive globe with dynamic map
- Host: GitHub
- URL: https://github.com/lempiy/global-happenings
- Owner: lempiy
- Created: 2019-04-10T21:54:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T23:16:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T20:13:37.039Z (2 months ago)
- Topics: d3, data-visualization, gsap, threejs, threejs-example
- Language: JavaScript
- Homepage: https://lempiy.github.io/global-happenings
- Size: 3.98 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global Happenings
Realtime happenings on the world globe demo. Right-click to change globe state.
Three.js / D3 / GSAP
[lempiy.github.io/global-happenings](https://lempiy.github.io/global-happenings)
### Installation
```
npm install
```### Start Dev Server
```
npm start
```### Build Prod Version
```
npm run build
```