Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/medialab/sandcrawler

sandcrawler.js - the server-side scraping companion.
https://github.com/medialab/sandcrawler

Last synced: 5 days ago
JSON representation

sandcrawler.js - the server-side scraping companion.

Awesome Lists containing this project

README

        



sandcrawler

**sandcrawler.js** is a node library aiming at providing developers with concise but exhaustive tools to scrape the web.

**Disclaimer**: this library is an unreleased work in progress.

The library's full documentation is available on [github pages](https://medialab.github.io/sandcrawler).

## Contribution
[![Build Status](https://travis-ci.org/medialab/sandcrawler.svg)](https://travis-ci.org/medialab/sandcrawler)

Contributions are more than welcome. Feel free to submit any pull request as long as you added unit tests if relevant and passed them all.

To install the development environment, clone your fork and use the following commands:

```bash
# Install dependencies
npm install

# Testing
npm test
```

## Authors
**sandcrawler.js** is being developed by [Guillaume Plique](https://github.com/Yomguithereal) @ SciencesPo - [médialab](http://www.medialab.sciences-po.fr/fr/).

Logo by [Daniele Guido](https://github.com/danieleguido).