Skip to content

jasonheecs/page-to-html-converter

Repository files navigation

Web Page to HTML Content Converter

Build Status Coverage Status

This app will scrape a url and return the page's HTML source, but without the HTML presentation attributes (style, width, height, etc.)

App is hosted at https://page-to-html.herokuapp.com/

example

Prerequisites

Installation

git clone https://github.com/jasonheecs/page-to-html-converter.git .
cd page-to-html-converter
make build && make start

Testing

Testing consists of various linting tools and Rspec tests.

To run tests, make sure you are in the project root and run:

make test

License

MIT