#pifm-node
A Node.js software to play musics on a FM radio in command line.
Only on Raspberry Pi.
##What say laws ?
You do not have the right to broadcast radio in most countries.
I am not at all responsible for your actions.
##Installation
$ git clone --depth=1 --branch=master https://github.com/cedced19/pifm-node
$ cd ./pifm-node/
$ npm install
$ chmod 777 pifm
$ node pifm-node.js
You can place your musics anywhere in the folder.
##Configuration
You can change the frequency, rate or port on config.json
See default options:
{
"freq": 108.5,
"rate": 22050
}