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