adds travis ci icon to readme
This commit is contained in:
parent
4fbe860588
commit
24bcf515db
2 changed files with 10 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -1 +1,9 @@
|
||||||
# NPR One Raspberry Pi Radio
|
# NPR One Raspberry Pi Radio [](https://travis-ci.org/adafruit/nprone_raspi)
|
||||||
|
|
||||||
|
This project uses the NPR One API to create a standalone NPR One streaming radio using a Raspberry Pi.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install nprone-raspi
|
||||||
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "nprone_raspi",
|
"name": "nprone-raspi",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "A NPR One client for the Raspberry Pi",
|
"description": "A NPR One client for the Raspberry Pi",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue