# rule34.xxx API
A API wrapper that reads the HTML of the site and extracts info

This library supports fetching:
- Posts,
- Lists

# Install
``` npm install --save api-rule34-xxx ```

# API

## Post
### getPost(post_id)

## Lists
``` WARNING: The string arguments are not escaped (Eg. query, tag, ...) ```  
  
### getHomeManga([page])
### searchByText(query [, page])
