Skip to content

Commit

Permalink
adding travis and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Skiano committed Mar 2, 2015
1 parent 7152ed2 commit e2be92f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js

node_js:
- 0.10
- 0.11
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# react-picture-show
Slideshow Component
# React Picture Show [![Build Status](https://secure.travis-ci.org/areusjs/react-picture-show.png)](http://travis-ci.org/areusjs/react-picture-show) [![NPM version](https://badge.fury.io/js/react-picture-show.svg)](http://badge.fury.io/js/react-picture-show)

Basic Slideshow Component

## Usage

### Basic

```javascript
console.log('hello world');
```

### Configuration

## License

[MIT](/LICENSE)

0 comments on commit e2be92f

Please sign in to comment.