{"id":20419732,"url":"https://github.com/gesteves/caniuse-slack","last_synced_at":"2025-04-12T17:42:53.975Z","repository":{"id":26667065,"uuid":"30123577","full_name":"gesteves/caniuse-slack","owner":"gesteves","description":"Slack integration to query caniuse.com data.","archived":false,"fork":false,"pushed_at":"2016-01-26T19:01:09.000Z","size":20,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T12:03:44.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/gesteves.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-01-31T19:35:13.000Z","updated_at":"2021-03-24T12:40:09.000Z","dependencies_parsed_at":"2022-07-25T16:00:17.926Z","dependency_job_id":null,"html_url":"https://github.com/gesteves/caniuse-slack","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/gesteves%2Fcaniuse-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesteves%2Fcaniuse-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesteves%2Fcaniuse-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesteves%2Fcaniuse-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gesteves","download_url":"https://codeload.github.com/gesteves/caniuse-slack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248608491,"owners_count":21132735,"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-15T06:38:23.183Z","updated_at":"2025-04-12T17:42:53.944Z","avatar_url":"https://github.com/gesteves.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# caniuse-slack\n\nA standalone Slack integration that allows you to request and see [caniuse.com](http://caniuse.com) data in your Slack channels.\n\n![](http://i.imgur.com/6ugtbTA.png)\n\n## Requirements\n\nYou'll need a [Slack](https://slack.com) account, obviously, and a free [Heroku](https://www.heroku.com/) account to host the bot. You'll also need to be able to set up new integrations in Slack; if you're not able to do this, contact someone with admin access in your organization.\n\n## Installation\n\n1. Set up a Slack outgoing webhook at https://slack.com/services/new/outgoing-webhook. Make sure to pick a trigger word, such as `caniuse`. Copy the outgoing webhook's token, you'll need it later.\n\n2. Set up a Slack incoming webhook at https://slack.com/services/new/incoming-webhook. Copy the URL for the incoming webhook, you'll also need it later.\n\n3. Click this button to set up your Heroku app: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)   \nIf you'd rather do it manually, then just clone this repo, set up a Heroku app with Redis Cloud (the free level is more than enough for this), and deploy the app there. Make sure to set up the config variables in\n[.env.example](https://github.com/gesteves/caniuse-slack/blob/master/.env.example) in your Heroku app's settings screen.\n\n5. Point the outgoing webhook to https://[YOUR-HEROKU-APP].herokuapp.com\n\n## Usage\n\n* `caniuse FEATURE`: Shows the caniuse data for said FEATURE, e.g. `caniuse flexbox`.\n\n## Credits \u0026 acknowledgements\n\nBig thanks to [Alex Wolkov](http://alexw.me/) for letting me take a look at his [Hubot caniuse integration](https://github.com/altryne/hubot-caniuse), which was the inspiration for this. Also, big thanks to [Alexis Deveria](https://twitter.com/Fyrd), because caniuse.com is awesome.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nFeel free to open a new issue if you have questions, concerns, bugs, or feature requests. Just remember that I'm doing this for fun, for free, in my free time, and I may not be able to help you, respond in a timely manner, or implement any feature requests.\n\n## License \n\nCopyright (c) 2015, Guillermo Esteves\nAll rights reserved.\n\nBSD license\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgesteves%2Fcaniuse-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgesteves%2Fcaniuse-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgesteves%2Fcaniuse-slack/lists"}