-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for Slack Badge #536
Comments
The juicy bit is here: https://github.com/rauchg/slackin/blob/master/lib/slack.js#L20. A token is needed, however. We could imagine
It isn't really safe to send the token to the shields servers, though. However, having it implemented would make it easier to run your own shields server which would be able to serve badges in the social style (similar to the one displayed by default by rauchg) or in the flat style (the one we designed for shields) without issue 55. |
@espadrine that's very informative thanks, the need for a custom secret token rules that out for shields.io implementing a slack badge directly. What if slackin worked by having the URL to badge - handled by this, simply redirect to a manually generated shields.io badge, like https://img.shields.io/badge/slack-3/8-pink.svg |
Going to close, as an issue for slackin directly. |
Currently there is https://github.com/rauchg/slackin/blob/master/lib/badge.js via https://github.com/rauchg/slackin however it doesn't work via safari rauchg/slackin#55 - perhaps slackin could be updated to use shields, or perhaps shields could be updated to use slackin
The text was updated successfully, but these errors were encountered: