Skip to content

Commit

Permalink
Docs & Dependencies update (#27)
Browse files Browse the repository at this point in the history
* doc: clean up readme, fix node engine

* chore: dependency security updates

* chore: npm audit fix updates

* docs: fix formatting
  • Loading branch information
andykais authored Jul 24, 2019
1 parent ffedf70 commit 4cb3978
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 315 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
<div align="center">

# scrape-pages
**generalized scraper using JSON based instructions**


A powerful scraper library focused on readability and reusability with tiny api footprint

<sub>
:warning: This project is under active development. Expect bugs and frequent api changes. If you wish to see progress, check out the
<a href="https://github.com/andykais/scrape-pages/projects">github projects boards</a>
</sub>
<br/>
<br/>

[![Travis Master Build Status](https://travis-ci.com/andykais/scrape-pages.svg?branch=master)](https://travis-ci.com/andykais/scrape-pages)
[![npm](https://img.shields.io/npm/v/scrape-pages.svg)](https://www.npmjs.com/package/scrape-pages)
![node](https://img.shields.io/node/v/scrape-pages.svg?style=flat)
[![Travis Master Build Status](https://travis-ci.com/andykais/scrape-pages.svg?branch=master)](https://travis-ci.com/andykais/scrape-pages)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/andykais/scrape-pages/blob/master/LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/andykais/scrape-pages/badge.svg?branch=master)](https://coveralls.io/github/andykais/scrape-pages?branch=master)

<h3>
<a href="#documentation">Documentation</a>
|
<a href="https://scrape-pages.js.org">Playground</a>
</h3>


This package scrapes sites for text and files based on a single config file representing the crawler's flow.
</div>

:warning: This project is under active development. Expect bugs and frequent api changes. If you wish to see progress, check out the [github projects boards](https://github.com/andykais/scrape-pages/projects)

## Installation

Expand Down
Loading

0 comments on commit 4cb3978

Please sign in to comment.