README.md (431B)
1 # emptyfm 2 3 An in-browser app to listen to various FM Radio stations around the world - _No data goes to the server_. 4 5 Website - [https://emptyfm.online](https://emptyfm.online). 6 7 ## Deployment 8 9 This is a static website and can be run through any static site server. 10 11 ### Example on Python: 12 ```python 13 python3 -m http.server 14 ``` 15 16 ## Acknowledgements 17 Purely goes to [https://www.radio-browser.info/](https://www.radio-browser.info/).