Skip to content

A node nodule that scraps the text out of a website into an array

Notifications You must be signed in to change notification settings

RobertJGabriel/Text-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

About

This project does what it says on the tin. Send the url and it will scrap the page and parse the html from it returning the text from it.

Installation

npm install text-scraping

Usage

You need to pass one thing into it.

Test

Run the example by running npm test

Code

var text-scraping = require('text-scraping');

scraping("http://www.projectbird.com", function(response) {
console.log(response);//Returns text
});

Example

As you can see Stupid project really but a nice on all the same.

alt text

About

A node nodule that scraps the text out of a website into an array

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published