A schedule of upcoming rocket launches while browsing the web.
This is a Chrome Plugin & Firefox addon that allows you to display the schedule of the upcoming rocket launches.
The fast way to get the app is to install it from the proper markets:
- Firefox: addons.mozilla.org
- Chrome: chrome.google.com
- Edge: microsoftedge.microsoft.com
The main javsacript files and under the /js
directory. But the app uses the compiled /app.js
. To build this file you can do gulp js
.
- Install NPM deps:
npm install
- Compule
js
files:
gulp watch
- Make your changes;
- Open
/popup.html
to view your changes.
This project is only possible because of your help. If you find any bug please report it at issues.
This project is available under the GPL-3.0 license.