|
1 |
| -# Parse SDK for JavaScript |
2 |
| - |
3 |
| -[![Build Status][build-status-svg]][build-status-link] |
4 |
| -[![Test Coverage][coverage-status-svg]][coverage-status-link] |
5 |
| -[![Npm Version][npm-svg]][npm-link] |
6 |
| -[![CDNJS version][cdn-svg]][cdn-link] |
7 |
| -[![Join The Conversation][discourse-svg]][discourse-link] |
8 |
| -[![Greenkeeper badge][greenkeeper-svg]][greenkeeper-link] |
9 |
| -[![License][license-svg]][license-link] |
10 |
| -[][open-collective-link] |
11 |
| -[][open-collective-link] |
12 |
| -[](https://twitter.com/intent/follow?screen_name=ParsePlatform) |
13 |
| - |
14 |
| -A library that gives you access to the powerful Parse cloud platform from your JavaScript app. For more information on Parse and its features, see [the website](http://parseplatform.org), [the JavaScript guide](http://docs.parseplatform.org/js/guide/) or [API Reference](http://parseplatform.org/Parse-SDK-JS/api/). |
| 1 | +<p align="center"> |
| 2 | + <img alt="Parse Platform" src="Assets/logo large.png" width="200"> |
| 3 | + </a> |
| 4 | +</p> |
| 5 | + |
| 6 | +<h2 align="center">Parse SDK for JavaScript</h2> |
| 7 | + |
| 8 | +<p align="center"> |
| 9 | + A library that gives you access to the powerful Parse Server backend from your JavaScript app. |
| 10 | +</p> |
| 11 | + |
| 12 | +<p align="center"> |
| 13 | + <a href="https://twitter.com/intent/follow?screen_name=parseplatform"><img alt="Follow on Twitter" src="https://img.shields.io/twitter/follow/parseplatform?style=social&label=Follow"></a> |
| 14 | + <a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a> |
| 15 | + <a href="https://github.com/parse-community/Parse-SDK-JS/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/badge/license-BSD-lightgrey.svg"></a> |
| 16 | + <a href=" https://travis-ci.org/parse-community/Parse-SDK-JS"><img alt="Build status" src="https://travis-ci.org/parse-community/Parse-SDK-JS.svg?branch=master"></a> |
| 17 | + <a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/parse-server/backers/badge.svg" /></a> |
| 18 | + <a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/parse-server/sponsors/badge.svg" /></a> |
| 19 | +</p> |
| 20 | + |
| 21 | +<p align="center"> |
| 22 | + <a href="http://codecov.io/github/parse-community/Parse-SDK-JS?branch=master"><img alt="Test coverage" src="http://codecov.io/github/parse-community/Parse-SDK-JS/coverage.svg?branch=master"></a> |
| 23 | + <a href="https://npmjs.org/parse"><img alt="npm version" src="https://badge.fury.io/js/parse.svg"></a> |
| 24 | + <a href="https://cdnjs.com/libraries/parse"><img alt="CDNJS version" src="https://img.shields.io/cdnjs/v/parse.svg"></a> |
| 25 | + <a href="https://greenkeeper.io/"><img alt="Greenkeeper badge" src="https://badges.greenkeeper.io/parse-community/Parse-SDK-JS.svg"></a> |
| 26 | +</p> |
| 27 | +<br> |
| 28 | + |
| 29 | +For more information on Parse and its features, see [the website](https://parseplatform.org), [the JavaScript guide](https://docs.parseplatform.org/js/guide/) or [API Reference](https://parseplatform.org/Parse-SDK-JS/api/). |
15 | 30 |
|
16 | 31 | ## Getting Started
|
17 | 32 |
|
@@ -100,20 +115,7 @@ of patent rights can be found in the PATENTS file in the same directory.
|
100 | 115 |
|
101 | 116 | -----
|
102 | 117 | As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
|
103 |
| - |
104 |
| - [build-status-svg]: https://travis-ci.org/parse-community/Parse-SDK-JS.svg?branch=master |
105 |
| - [build-status-link]: https://travis-ci.org/parse-community/Parse-SDK-JS |
106 |
| - [coverage-status-svg]: http://codecov.io/github/parse-community/Parse-SDK-JS/coverage.svg?branch=master |
107 |
| - [coverage-status-link]: http://codecov.io/github/parse-community/Parse-SDK-JS?branch=master |
108 |
| - [npm-svg]: https://badge.fury.io/js/parse.svg |
109 |
| - [npm-link]: https://npmjs.org/parse |
110 |
| - [cdn-svg]: https://img.shields.io/cdnjs/v/parse.svg |
111 |
| - [cdn-link]: https://cdnjs.com/libraries/parse |
112 |
| - [discourse-svg]: https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg |
113 |
| - [discourse-link]: https://community.parseplatform.org/c/sdk/js |
114 |
| - [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg |
115 |
| - [license-link]: https://github.com/parse-community/Parse-SDK-JS/blob/master/LICENSE |
116 |
| - [greenkeeper-svg]: https://badges.greenkeeper.io/parse-community/Parse-SDK-JS.svg |
117 |
| - [greenkeeper-link]: https://greenkeeper.io/ |
| 118 | + |
118 | 119 | [types-parse]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse
|
| 120 | + |
119 | 121 | [open-collective-link]: https://opencollective.com/parse-server
|
0 commit comments