{"id":17706191,"url":"https://github.com/fernandomoraes/simple-jsonp-helper","last_synced_at":"2025-10-18T03:02:58.431Z","repository":{"id":12377982,"uuid":"15029606","full_name":"fernandomoraes/simple-jsonp-helper","owner":"fernandomoraes","description":"simple jsonp helper","archived":false,"fork":false,"pushed_at":"2018-10-01T19:01:43.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T05:28:31.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"StichtingOpenGeo/universal","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fernandomoraes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-08T19:18:41.000Z","updated_at":"2023-03-10T10:42:42.000Z","dependencies_parsed_at":"2022-07-21T12:48:10.461Z","dependency_job_id":null,"html_url":"https://github.com/fernandomoraes/simple-jsonp-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fernandomoraes/simple-jsonp-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fsimple-jsonp-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fsimple-jsonp-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fsimple-jsonp-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fsimple-jsonp-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fernandomoraes","download_url":"https://codeload.github.com/fernandomoraes/simple-jsonp-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fsimple-jsonp-helper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269409280,"owners_count":24412140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-24T23:07:14.204Z","updated_at":"2025-10-18T03:02:53.401Z","avatar_url":"https://github.com/fernandomoraes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"simple jsonp helper\n=====\n\n## Helper to make a jsonp request.\n\nImport json.min.js to your page:\n```html\n\u003cscript type=\"text/javascript\" src=\"jsonp.min.js\"\u003e\u003c/script\u003e\n```\n\nCreate a new Jsonp and pass your callback:\n\n```javascript\nvar url = 'http://api.wipmania.com/jsonp';\n\nnew Jsonp(url).callback(\n  function(data){\n    console.log(data);\n  }\n);\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandomoraes%2Fsimple-jsonp-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernandomoraes%2Fsimple-jsonp-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandomoraes%2Fsimple-jsonp-helper/lists"}