Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
/ rutor-api Public archive

A simple Node module for fetching data from the Rutor sites in json format.

License

Notifications You must be signed in to change notification settings

thezillo/rutor-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Rutor API for Node.js A simple Node module for fetching data from the Rutor sites in json format.

##Installation

npm install rutor-api

##Usage Get from a category.

var rutor = require("rutor-api");
rutor.search({
  category: 1,
  searchMethod: 1,
  order: 1,
  page: 1,
  query: "therm"
},function(err,data){
  if ( err ) {
    throw err;
  }

  console.log(data);

});

About

A simple Node module for fetching data from the Rutor sites in json format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published