lucasbrigida / colibri

Perform the parsing of html pages from other domains. (CORS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

Perform the parsing of html pages from other domains. (CORS)

Installing

npm install && npm start

Demo

Now, access the demo

Example Code

var colibri = new COLIBRI();
colibri.open({
  id: 'page',
  url:'http://www.weather.com'
}, function (page) {
  console.log(page);
})
.show();

Made with ♥ and very 90s style by Lucas Pereira Brigida.

About

Perform the parsing of html pages from other domains. (CORS)

License:MIT License


Languages

Language:JavaScript 71.7%Language:HTML 23.9%Language:CSS 4.4%