{"id":18722448,"url":"https://github.com/halfdan/instapush","last_synced_at":"2025-04-12T14:52:35.467Z","repository":{"id":13550025,"uuid":"16242038","full_name":"halfdan/instapush","owner":"halfdan","description":"Instapush Ruby API Wrapper","archived":false,"fork":false,"pushed_at":"2014-01-26T22:10:20.000Z","size":140,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T09:21:43.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/halfdan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-25T22:56:36.000Z","updated_at":"2018-12-20T06:18:54.000Z","dependencies_parsed_at":"2022-08-30T07:31:15.099Z","dependency_job_id":null,"html_url":"https://github.com/halfdan/instapush","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/halfdan%2Finstapush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfdan%2Finstapush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfdan%2Finstapush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfdan%2Finstapush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halfdan","download_url":"https://codeload.github.com/halfdan/instapush/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586228,"owners_count":21128995,"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-07T13:41:28.544Z","updated_at":"2025-04-12T14:52:35.445Z","avatar_url":"https://github.com/halfdan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instapush\n\nThis library provides an API wrapper for [Instapush.im](http://instapush.im). Instapush.im allows you to send push notification to your Android/iOS mobile from your application.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'instapush-api'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install instapush-api\n\n## Usage\n\nUsing the library requires only a few lines of code:\n\n```\nrequire 'instapush'\n\napp = Instapush::Application.new 'id', 'secret'\n\nevent = Instapush::Event.new 'event-name'\nevent.tracker= { :version =\u003e '0.9.0' }\n\napp.push event\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/halfdan/instapush/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfdan%2Finstapush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalfdan%2Finstapush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfdan%2Finstapush/lists"}