{"id":26665320,"url":"https://github.com/elsehow/kefir-jquery-ajax","last_synced_at":"2025-03-25T17:36:50.496Z","repository":{"id":57288965,"uuid":"43917158","full_name":"elsehow/kefir-jquery-ajax","owner":"elsehow","description":"make a $.ajax request, get a kefir property back!","archived":false,"fork":false,"pushed_at":"2015-10-10T07:32:59.000Z","size":488,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T17:07:17.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elsehow.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":"2015-10-08T21:26:21.000Z","updated_at":"2016-03-16T18:14:09.000Z","dependencies_parsed_at":"2022-09-20T05:42:26.895Z","dependency_job_id":null,"html_url":"https://github.com/elsehow/kefir-jquery-ajax","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-jquery-ajax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-jquery-ajax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-jquery-ajax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-jquery-ajax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsehow","download_url":"https://codeload.github.com/elsehow/kefir-jquery-ajax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245511366,"owners_count":20627376,"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":[],"created_at":"2025-03-25T17:36:49.959Z","updated_at":"2025-03-25T17:36:50.481Z","avatar_url":"https://github.com/elsehow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kefir-jquery-ajax\n\nmake a $.ajax request, get a kefir property back!\n\n## installation\n\n`npm install kefir-jquery-ajax`\n\n## example usage\n\n```javascript\nvar kefirAjax = require('kefir-jquery-ajax')\n\n//returns a promise for a GET to the query string\nvar queryOpts = function (date, number) {\n   return {\n    url: 'http://127.0.0.1:3000/sms',\n    data: { \n      date: date, \n      number: number \n    }\n  }\n}\n\n//returns a stream* from responses to query()'s AJAX request\nvar getData = function (date, number) {\n  var responseStream = kefirAjax(queryOpts(date, \"my-phone-number\"))\n  return responseStream.map(JSON.parse)\n}\n\nmodule.exports = getData\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fkefir-jquery-ajax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsehow%2Fkefir-jquery-ajax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fkefir-jquery-ajax/lists"}