{"id":19139691,"url":"https://github.com/franzose/jsonp-es6","last_synced_at":"2025-05-06T22:59:35.495Z","repository":{"id":57285837,"uuid":"45949057","full_name":"franzose/jsonp-es6","owner":"franzose","description":"Tiny JSONP request wrapper with modern promises support","archived":false,"fork":false,"pushed_at":"2017-06-23T05:25:04.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T22:59:24.062Z","etag":null,"topics":["es6","javascript","jsonp","jsonp-requests","promises"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/franzose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-11T00:11:44.000Z","updated_at":"2020-10-13T16:16:15.000Z","dependencies_parsed_at":"2022-09-20T00:15:51.347Z","dependency_job_id":null,"html_url":"https://github.com/franzose/jsonp-es6","commit_stats":null,"previous_names":["franzose/jsonp-promise"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fjsonp-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fjsonp-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fjsonp-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fjsonp-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/franzose","download_url":"https://codeload.github.com/franzose/jsonp-es6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782482,"owners_count":21803383,"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","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":["es6","javascript","jsonp","jsonp-requests","promises"],"created_at":"2024-11-09T07:14:45.567Z","updated_at":"2025-05-06T22:59:35.475Z","avatar_url":"https://github.com/franzose.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/npm/dt/jsonp-es6.svg)](https://www.npmjs.com/package/jsonp-es6)\n\n# JSONP with promises\n\nThis tiny library is based on Lightweight JSONP: https://github.com/erikarenhill/Lightweight-JSONP and allows to use promises along with JSONP requests.\n\nUsage:\n\n```javascript\n  var jsonp = require('jsonp-promise'),\n      url = 'http://example.com',\n      params = {\n        param1: 'param1',\n        param2: 'param2'\n      };\n  \n  jsonp(url, params)\n    .then((result) =\u003e {\n      // something useful\n    });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranzose%2Fjsonp-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffranzose%2Fjsonp-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranzose%2Fjsonp-es6/lists"}