https://github.com/typpo/showers
Rendering of debris clouds in the solar system that cause meteor showers.
https://github.com/typpo/showers
Last synced: about 1 year ago
JSON representation
Rendering of debris clouds in the solar system that cause meteor showers.
- Host: GitHub
- URL: https://github.com/typpo/showers
- Owner: typpo
- License: mit
- Created: 2015-01-19T19:53:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:01:06.000Z (over 3 years ago)
- Last Synced: 2025-04-15T03:07:27.487Z (about 1 year ago)
- Language: JavaScript
- Size: 7.34 MB
- Stars: 63
- Watchers: 6
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meteor-showers
This project renders debris clouds in the solar system. When the Earth passes through a cloud, we experience a meteor shower!
# About
The project is online at: https://www.meteorshowers.org/. It uses data from [NASA CAMS](http://cams.seti.org/), and was built with feedback from project leader Peter Jenniskens.
This is a modified version of [Asterank](http://github.com/typpo/asterank)'s 3D code, which is another project of mine.

# Installation & Usage
`npm install` or `yarn install` to install dependencies.
Run `node showers.js` to start the app on port 8988 (http://localhost:8988/)
A very rudimentary JS bundle is used to prepare the app for production. Running `./build.sh` will generate a new bundle file. Add this file to git and update the bundle in index.html.
# License
Copyright 2017 Ian Webster - MIT License