# sphereo

![npm](https://img.shields.io/npm/v/sphereo.svg) ![license](https://img.shields.io/npm/l/sphereo.svg) ![github-issues](https://img.shields.io/github/issues/sturfeeinc/sphereo.svg) ![](http://badges.github.io/stability-badges/dist/experimental.svg)

A 360 video player using Three.js

![](https://david-dm.org/sturfeeinc/sphereo/status.svg)
![](https://david-dm.org/sturfeeinc/sphereo/dev-status.svg)

## Features


## Install

`npm install --save sphereo`


## Scripts

 - **npm run test** : `echo "Error: no test specified" && exit 1`
 - **npm run dev** : `webpack-dev-server --hot --open --inline`
 - **npm run build** : `webpack -p`
 - **npm run readme** : `node ./node_modules/.bin/node-readme`

## Dependencies

Package | Version | Dev
--- |:---:|:---:
[babel-loader](https://www.npmjs.com/package/babel-loader) | ^6.2.4 | ✖
[babel-preset-es2015](https://www.npmjs.com/package/babel-preset-es2015) | ^6.9.0 | ✖
[webpack](https://www.npmjs.com/package/webpack) | ^1.13.1 | ✖
[node-readme](https://www.npmjs.com/package/node-readme) | ^0.1.9 | ✔
[webpack-dev-server](https://www.npmjs.com/package/webpack-dev-server) | ^1.14.1 | ✔


## Contributing

Contributions welcome; Please submit all pull requests against the master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the [Contributing Guidelines](contributng.md) for more details. Thanks!

## Author

Patrick Metcalfe <git@metcalfe.rocks> (http://metcalfe.rocks)

Developed at [![Sturfee](https://sturfee.com/favicon-32x32.png)](https://sturfee.com)

## License

 - **ISC** : http://opensource.org/licenses/ISC
