1.0.0 • Published 7 years ago

url-analyzer v1.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

URL-Analyzer

An URL analyzer which parse the given URL and returns information about its HTML code

Built with

This app was developed with Node.js, Express, Cheerio and Request for the Backend and with Bootstrap and JQuery for the Frontend

Information

The goal was to create a full stack web app that parses a given URL and displays some information such as the page's title, number of internal and external links, etc

The analysis of these elements it is done on the server side and the info is given to the client through a JSON and displayed with JQuery in the same page, giving an error message when the url doesn't provide a successfully response.

Author