Skip to content
This repository was archived by the owner on Jun 9, 2018. It is now read-only.

zeke/github-raw-cors-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-raw-cors-proxy

Get raw json files from public github repos over CORS.

jQuery/Zepto Example Usage

$(function() {
  var url = "http://github-raw-cors-proxy.herokuapp.com/bestiejs/lodash/blob/master/package.json";
  return $.getJSON(url, function(package) {
    console.log(package);
  });
});

About

Get raw json files from public github repos using CORS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors