npm install ihap
npm install ihap --save
`or download the plugin manually
`
dist/js/ihap.min.js # js
dist/css/ihap.css # styles
`$3
Use your favourite module loader
`javascript
import ihap from 'ihap';
// or
var ihap = require('ihap');
// or whatever
`or include js & css directly into your HTML
`html
`$3
Make sure you have at least a container div for the player in your markup
`html
`
If you want to use the visual playlist then create a container for that, too
`html
`$3
`html
`See the wiki for a complete list of options and the API.
Contributing and development
1. Fork the project ( https://github.com/cars10/ihap/fork )
2. run npm install
3. run npm run dev to start the build task
4. Create your feature branch (git checkout -b feature)
5. Create your feature and write specs for it
6. Run the specs npm test
7. Commit your changes (git commit -am 'added new feature')
8. Push the branch (git push origin feature`)