0.0
The project is in a healthy, maintained state
A facade for browsing
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 3.12.0

Runtime

>= 0
 Project Readme

browsing_facade

Gem Version Build Status Gem Downloads Maintainability

Installation

Include the gem in your Gemfile:

gem "browsing_facade"

Usage

browse = BrowsingFacade.instance
browse.visit(url: "http://www.example.com")
puts browse.code

Support

Submit suggestions or feature requests as a GitHub Issue or Pull Request (preferred). If you send a pull request, remember to update the corresponding unit tests. In fact, I prefer new features to be submitted in the form of new unit tests.

Versioning

Semantic Versioning 2.0 as defined at http://semver.org.