Skip to content

Commit f1d9159

Browse files
zamotanyRaúl Gómez Acuña
authored andcommitted
add more banges (#45)
1 parent 5a8c99d commit f1d9159

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# react-native-material-palette
22

3-
>
3+
[![Build Status][build-badge]][build]
4+
[![Code Coverage][coverage-badge]][coverage]
5+
[![Version][version-badge]][package]
6+
[![MIT License][license-badge]][license]
47

5-
<a title="Join on Slack" href="https://slack.callstack.io"><img src="https://slack.callstack.io/badge.svg" /></a> [![npm version](https://badge.fury.io/js/react-native-material-palette.svg)](https://badge.fury.io/js/react-native-material-palette) [![CircleCI](https://circleci.com/gh/callstack-io/react-native-material-palette/tree/master.svg?style=shield)](https://circleci.com/gh/callstack-io/react-native-material-palette/tree/master) [![Coverage Status](https://coveralls.io/repos/github/callstack-io/react-native-material-palette/badge.svg?branch=master)](https://coveralls.io/github/callstack-io/react-native-material-palette?branch=master)
8+
9+
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
10+
[![Chat][chat-badge]][chat]
11+
[![Code of Conduct][coc-badge]][coc]
612

713
[Android Palette API](https://developer.android.com/training/material/palette-colors.html) brought to react native. It extracts prominent colors from images to help you create visually engaging apps. At the moment it only supports Android.
814

@@ -68,6 +74,18 @@ The repo includes an example app that covers all the API cases. Go [here](./exam
6874

6975
Development instructions can be found here: [`react-native-material-palette` development](./docs/DEVELOPMENT.md).
7076

71-
## License
72-
73-
[MIT](./LICENSE)
77+
<!-- badges -->
78+
[build-badge]: https://img.shields.io/circleci/project/github/callstack/react-native-material-palette/master.svg?style=flat-square
79+
[build]: https://circleci.com/gh/callstack/react-native-material-palette
80+
[coverage-badge]: https://img.shields.io/coveralls/github/callstack-io/react-native-material-palette.svg?style=flat-square
81+
[coverage]: https://coveralls.io/github/callstack-io/react-native-material-palette?branch=master
82+
[version-badge]: https://img.shields.io/npm/v/react-native-material-palette.svg?style=flat-square
83+
[package]: https://www.npmjs.com/package/react-native-material-palette
84+
[license-badge]: https://img.shields.io/npm/l/react-native-material-palette.svg?style=flat-square
85+
[license]: https://opensource.org/licenses/MIT
86+
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
87+
[prs-welcome]: http://makeapullrequest.com
88+
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
89+
[coc]: https://github.com/callstack/react-native-material-palette/blob/master/CODE_OF_CONDUCT.md
90+
[chat-badge]: https://img.shields.io/badge/chat-slack-brightgreen.svg?style=flat-square&colorB=E01563
91+
[chat]: https://slack.callstack.com/

0 commit comments

Comments
 (0)