An open API service indexing awesome lists of open source software.

https://github.com/johnapache/tt-player


https://github.com/johnapache/tt-player

audio audio-player dash flv hls lerna rollup rtmp ttplayer typescript video video-player webtorrent

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project Name

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/:packageName.svg?style=flat-square
[npm-url]: https://npmjs.org/package/:packageName
[travis-image]: https://www.travis-ci.org/JohnApache/:packageName.svg
[travis-url]: https://travis-ci.org/JohnApache/:packageName
[codecov-image]: https://codecov.io/gh/JohnApache/:packageName/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JohnApache/:packageName
[snyk-image]: https://snyk.io/test/github/JohnApache/:packageName/badge.svg?targetFile=package.json
[snyk-url]: https://snyk.io/test/github/JohnApache/:packageName?targetFile=package.json
[download-image]: https://img.shields.io/npm/dm/:packageName.svg?style=flat-square
[download-url]: https://npmjs.org/package/:packageName

- [English](README.en_US.md)
- [简体中文](README.md)

> This is an example file with maximal choices selected.

- [Install](#install)
- [Usage](#usage)
- [Configuration](#configuration)
- [TIPS](#tips)
- [Example](#example)
- [Questions](#questions)
- [License](#license)

## Install
```bash
$ npm i :packageName --save
$ yarn add :packageName
```

## Usage

```js
// usage ways
```

## Configuration

```js
// config
```

## TIPS

> Some tips

## Example

```js
// example
```

## Questions
Please open an issue [here](https://github.com/JohnApache/hasaki-cli/issues).

## License

[MIT](LICENSE)