Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit 3807c64

Browse files
committed
2 parents b416ffc + d5e5b30 commit 3807c64

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Source Scrapper
22

33
[![Build Status](https://travis-ci.org/OpenByteDev/SourceScrapper.svg?branch=master)](https://travis-ci.org/OpenByteDev/SourceScrapper) [![npm version](https://badge.fury.io/js/sourcescrapper.svg)](https://www.npmjs.com/package/sourcescrapper)
4-
[![Dependency Status](https://david-dm.org/OpenByteDev/SourceScrapper/status.svg)](https://david-dm.org/OpenByteDev/SourceScrapper) [![DevDependency Status](https://david-dm.org/OpenByteDev/SourceScrapper/dev-status.svg)](https://david-dm.org/OpenByteDev/SourceScrapper?type=dev) [![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) [![DOGE](https://img.shields.io/badge/doge-wow-yellow.svg)]()
4+
[![Dependency Status](https://david-dm.org/OpenByteDev/SourceScrapper/status.svg)](https://david-dm.org/OpenByteDev/SourceScrapper) [![DevDependency Status](https://david-dm.org/OpenByteDev/SourceScrapper/dev-status.svg)](https://david-dm.org/OpenByteDev/SourceScrapper?type=dev) [![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) [![Doge](https://img.shields.io/badge/doge-wow-yellow.svg)]()
55

66
Simple library which helps you to retrieve...
7-
87
- the source of various video streaming sites
9-
108
- the urls to these streaming sites.
119

12-
1310
<hr>
1411

1512
## Supported Sites
@@ -31,7 +28,7 @@ Simple library which helps you to retrieve...
3128
## Getting Started
3229
### Installation
3330
```bash
34-
npm install sourcescrapper
31+
$ npm install sourcescrapper
3532
```
3633

3734
### Usage
@@ -46,3 +43,6 @@ const { scrappers } = require('sourcescrapper');
4643
console.log(scrap.info.source[0].url);
4744
})();
4845
```
46+
47+
### API
48+
The API generated with [TypeDoc](http://typedoc.org/) can be found [here](https://openbytedev.github.io/SourceScrapper/).

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

0 commit comments

Comments
 (0)