adds travis ci icon to readme

This commit is contained in:
Todd Treece 2015-07-27 17:56:46 -04:00
parent 4fbe860588
commit 24bcf515db
2 changed files with 10 additions and 2 deletions

View file

@ -1 +1,9 @@
# NPR One Raspberry Pi Radio # NPR One Raspberry Pi Radio [![Build Status](https://travis-ci.org/adafruit/nprone_raspi.svg?branch=master)](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
```

View file

@ -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",