{"id":18735701,"url":"https://github.com/rdmurphy/flask-reservoir-jsonp-wrapper","last_synced_at":"2025-11-16T07:30:16.582Z","repository":{"id":5883787,"uuid":"7101613","full_name":"rdmurphy/flask-reservoir-jsonp-wrapper","owner":"rdmurphy","description":null,"archived":false,"fork":false,"pushed_at":"2012-12-10T22:30:01.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T16:43:10.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/rdmurphy.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":"2012-12-10T22:02:45.000Z","updated_at":"2014-02-28T16:37:10.000Z","dependencies_parsed_at":"2022-09-05T15:40:31.331Z","dependency_job_id":null,"html_url":"https://github.com/rdmurphy/flask-reservoir-jsonp-wrapper","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/rdmurphy%2Fflask-reservoir-jsonp-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmurphy%2Fflask-reservoir-jsonp-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmurphy%2Fflask-reservoir-jsonp-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmurphy%2Fflask-reservoir-jsonp-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdmurphy","download_url":"https://codeload.github.com/rdmurphy/flask-reservoir-jsonp-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611986,"owners_count":19668272,"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":"2024-11-07T15:17:47.742Z","updated_at":"2025-11-16T07:30:16.550Z","avatar_url":"https://github.com/rdmurphy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A JSONP Wrapper for Texas Reservoir Data\n========================================\n\nThis [Heroku](http://www.heroku.com/) [Flask](http://flask.pocoo.org/) app takes the [JSON feed of reservoir data](http://waterdatafortexas.org/reservoirs/recent-conditions.json) from the Texas Water Development Board's [Water Data for Texas](http://waterdatafortexas.org/reservoirs/statewide) web site in turns it into a jQuery consumable JSONP feed. In theory, this should work for any JSON feed you toss at it.\n\nInstallation and Usage\n----------------------\n\n*This guide assumes you already have Heroku installed and set up on your machine.*\n\nFirst run:\n\n    pip install -r requirements.txt\n\nThen set up git for Heroku:\n\n    git init\n    git add .\n    git commit -m \"Initial commit\"\n\nCreate a Heroku app, then deploy to it:\n\n    heroku create\n    git push heroku master\n\nFinally, give Heroku the go ahead to fire up one dyno (this should not incur any charges), and open the app:\n\n    heroku ps:scale web=1\n    heroku open\n\n**You will need to add `/reservoirs.json` to the end of the URL to view the feed.**\n\nHow it Works\n------------\n\nThis app is set up to be used with jQuery's $.getJSON. By adding `?callback=?` to the end of the feed's URL in the $.getJSON call, the request will sidestep cross-domain nastiness. An example of this can be found in the Texas Tribune's [reservoir tracking interactive](http://www.texastribune.org/library/data/texas-reservoir-levels/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdmurphy%2Fflask-reservoir-jsonp-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdmurphy%2Fflask-reservoir-jsonp-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdmurphy%2Fflask-reservoir-jsonp-wrapper/lists"}