NASounds is a SPA that randomly maps a NASA soundbyte with a key on your keyboard. Randomly press keys or create your own space-based music.
NASounds is written in Flask and depends on Flask, requests and the SoundCloud API (as well as, a few builtin libraries like os and json). Because of this you'll have to prepare your environment, thankfully all of these libraries are available via pip!
Once the dependancies are installed the site can be run using the command
user@computer:~/NASounds-lit-hits$ python nasounds.py
and then accessing http://127.0.0.1:5000 (or whatever IP address and port that your terminal emulator tells you Flask is serving the site on).
Just press some keys!!