Socket
Book a DemoInstallSign in
Socket

sverigesradio

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sverigesradio

CLI for streaming Sveriges Radio (P1, P2, P3)

latest
Source
npmnpm
Version
2.0.4
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Sveriges Radio CLI

Build Status Coverage Status Known Vulnerabilities npm version

CLI for streaming radio from Sveriges Radio (P1, P2, P3) written in JavaScript

Currently tested on: OSX (10.11.1), Raspbian Stretch (4.9)

Installation

npm install sverigesradio -g
yarn global add sverigesradio

On Debian/Ubuntu, be sure to have the alsa.h header file in place:
sudo apt-get install libasound2-dev

Example Usage

sverigesradio
sverigesradio p1
sverigesradio p2
sverigesradio p3

Running your own local development copy

# Install dependencies
npm install

# Create a symbolic link
npm link

# Start babel in watch mode
npm start

# Run your development copy
sverigesradio

Running the tests

Tests: npm test
Coverage: npm run coverage
Linter: npm run lint

Contributing

All contributions are very much welcome. Please get familiar with the contributing guide.

Support

Please open an issue for support.

License

MIT

Keywords

radio

FAQs

Package last updated on 06 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts