Skip to content

Commit af81d23

Browse files
committed
Badges
1 parent 151c95c commit af81d23

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<img src="https://raw.githubusercontent.com/js-data/js-data/master/js-data.png" alt="js-data logo" title="js-data" align="right" width="64" height="64" />
22

3-
## js-data-http [![Bower version](https://badge.fury.io/bo/js-data-http.png)](http://badge.fury.io/bo/js-data-http) [![NPM version](https://badge.fury.io/js/js-data-http.png)](http://badge.fury.io/js/js-data-http)
3+
## js-data-http [![bower version](https://img.shields.io/bower/v/js-data-http.svg?style=flat-square)](https://www.npmjs.org/package/js-data-http) [![npm version](https://img.shields.io/npm/v/js-data-http.svg?style=flat-square)](https://www.npmjs.org/package/js-data-http) [![Circle CI](https://img.shields.io/circleci/project/js-data/js-data-http/master.svg?style=flat-square)](https://circleci.com/gh/js-data/js-data-http/tree/master) [![npm downloads](https://img.shields.io/npm/dm/js-data-http.svg?style=flat-square)](https://www.npmjs.org/package/js-data-http) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/js-data/js-data-http/blob/master/LICENSE)
4+
45

56
http adapter for [js-data](http://www.js-data.io/).
67

7-
## API Documentation
8+
### API Documentation
89
[DSHttpAdapter](http://www.js-data.io/docs/dshttpadapter)
910

10-
## Project Status
11+
__Latest Release:__ [![Latest Release](https://img.shields.io/github/release/js-data/js-data-http.svg?style=flat-square)](https://github.com/js-data/js-data-http/releases)
12+
13+
__Status:__
14+
15+
[![Dependency Status](https://img.shields.io/gemnasium/js-data/js-data-http.svg?style=flat-square)](https://gemnasium.com/js-data/js-data-http) [![Coverage Status](https://img.shields.io/coveralls/js-data/js-data-http/master.svg?style=flat-square)](https://coveralls.io/r/js-data/js-data-http?branch=master) [![Codacity](https://img.shields.io/codacy/3931bbd8d838463297f70640aa78251b.svg?style=flat-square)](https://www.codacy.com/public/jasondobry/js-data-http/dashboard)
16+
17+
__Supported Platforms:__
1118

12-
| Branch | Master |
13-
| ------ | ------ |
14-
| Bower | [![Bower version](https://badge.fury.io/bo/js-data-http.png)](http://badge.fury.io/bo/js-data-http) |
15-
| NPM | [![NPM](https://nodei.co/npm/js-data-http.png?downloads=true&stars=true)](https://nodei.co/npm/js-data-http/) |
16-
| Build Status | [![Circle CI](https://circleci.com/gh/js-data/js-data-http/tree/master.png?style=badge)](https://circleci.com/gh/js-data/js-data-http/tree/master) |
17-
| Code Climate | [![Code Climate](https://codeclimate.com/github/js-data/js-data-http.png)](https://codeclimate.com/github/js-data/js-data-http) |
18-
| Dependency Status | [![Dependency Status](https://gemnasium.com/js-data/js-data-http.png)](https://gemnasium.com/js-data/js-data-http) |
19-
| Coverage | [![Coverage Status](https://coveralls.io/repos/js-data/js-data-http/badge.png?branch=master)](https://coveralls.io/r/js-data/js-data-http?branch=master) |
19+
[![node version](https://img.shields.io/badge/Node-0.10%2B-green.svg?style=flat-square)](https://github.com/js-data/js-data) [![browsers](https://img.shields.io/badge/Browser-Chrome%2CFirefox%2CSafari%2COpera%2CIE%209%2B%2CiOS%20Safari%207.1%2B%2CAndroid%20Browser%202.3%2B-green.svg?style=flat-square)](https://github.com/js-data/js-data)
2020

21-
## Quick Start
21+
### Quick Start
2222
`bower install --save js-data js-data-http` or `npm install --save js-data js-data-http`.
2323

2424
Load `js-data-http.js` after `js-data.js`.
@@ -32,16 +32,16 @@ store.registerAdapter('http', adapter, { default: true });
3232
// "store" will now use the http adapter for all async operations
3333
```
3434

35-
## Changelog
35+
### Changelog
3636
[CHANGELOG.md](https://github.com/js-data/js-data-http/blob/master/CHANGELOG.md)
3737

38-
## Community
38+
### Community
3939
- [Mailing List](https://groups.io/org/groupsio/jsdata) - Ask your questions!
4040
- [Issues](https://github.com/js-data/js-data-http/issues) - Found a bug? Feature request? Submit an issue!
4141
- [GitHub](https://github.com/js-data/js-data-http) - View the source code for js-data.
4242
- [Contributing Guide](https://github.com/js-data/js-data-http/blob/master/CONTRIBUTING.md)
4343

44-
## Contributing
44+
### Contributing
4545

4646
First, feel free to contact me with questions. [Mailing List](https://groups.io/org/groupsio/jsdata). [Issues](https://github.com/js-data/js-data-http/issues).
4747

@@ -54,7 +54,7 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/
5454
1. Write your code, including relevant documentation and tests
5555
1. Submit a PR and we'll review
5656

57-
## License
57+
### License
5858

5959
The MIT License (MIT)
6060

0 commit comments

Comments
 (0)