realmeye-scrape

1.1.1 • Public • Published

NPM

About

Very basic webscraper that scrapes directly from realmeye.com for accurate up to date realmeye information, also very easy to use!

Usage

const realmScrape = require('realmeye-scrape');
 
realmScrape.getStats(`BTL`).then(stats => {
if (stats == null) { 
  return console.log(`There is no user with that realmeye :(`)
}
  console.log(stats)
});
//=> { name: 'BTL',
//=>   line1: '[LINE ONE REALMEYE DESCRIPTION]', 
//=>   line2: '[LINE TWO REALMEYE DESCRIPTION]', 
//=>   line3: '[LINE THREE REALMEYE DESCRIPTION]' } 

Future Updates

There is ALOT more to come just for now it is very small.

Package Sidebar

Install

npm i realmeye-scrape

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

3.24 kB

Total Files

3

Last publish

Collaborators

  • steele7