This repository was archived by the owner on Oct 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
66Simple 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/ ) .
Original file line number Diff line number Diff line change 1+ theme : jekyll-theme-cayman
You can’t perform that action at this time.
0 commit comments