Skip to content

A Node.js software to play random musics on a FM radio in command line.

License

Notifications You must be signed in to change notification settings

cedced19/pifm-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#pifm-node

A Node.js software to play musics on a FM radio in command line.
Only on Raspberry Pi.

Build Status

##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
}

About

A Node.js software to play random musics on a FM radio in command line.

Resources

License

Stars

Watchers

Forks

Packages

No packages published