Skip to content

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

License

Notifications You must be signed in to change notification settings

lucasbrigida/colibri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published