Skip to content

Commit 8115e95

Browse files
authored
docs: restyle README header
1 parent e523d7f commit 8115e95

File tree

1 file changed

+32
-41
lines changed

1 file changed

+32
-41
lines changed

README.md

Lines changed: 32 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
1-
<p align="center">
2-
<img alt="Parse Platform" src="https://github.com/parse-community/Parse-SDK-JS/raw/master/.github/parse-logo.png" width="200">
3-
</p>
4-
5-
<h2 align="center">Parse SDK for JavaScript</h2>
6-
7-
<p align="center">
8-
A library that gives you access to the powerful Parse Server backend from your JavaScript app.
9-
</p>
10-
11-
<p align="center">
12-
<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>
13-
<a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a>
14-
<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>
15-
<a href="https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Amaster"><img alt="Build status" src="https://github.com/parse-community/Parse-SDK-JS/workflows/ci/badge.svg?branch=master"></a>
16-
<a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/parse-server/backers/badge.svg" /></a>
17-
<a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/parse-server/sponsors/badge.svg" /></a>
18-
</p>
19-
20-
<p align="center">
21-
<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>
22-
<a href="https://npmjs.org/parse"><img alt="npm version" src="https://badge.fury.io/js/parse.svg"></a>
23-
<a href="https://cdnjs.com/libraries/parse"><img alt="CDNJS version" src="https://img.shields.io/cdnjs/v/parse.svg"></a>
24-
<a href="https://greenkeeper.io/"><img alt="Greenkeeper badge" src="https://badges.greenkeeper.io/parse-community/Parse-SDK-JS.svg"></a>
25-
</p>
26-
<br>
27-
28-
For more information on Parse and its features, see [the website](https://parseplatform.org), [the JavaScript guide](https://docs.parseplatform.org/js/guide/), [the Cloud Code guide](https://docs.parseplatform.org/cloudcode/guide/) or [API Reference](https://parseplatform.org/Parse-SDK-JS/api/).
1+
![parse-repository-header-sdk-js](https://user-images.githubusercontent.com/5673677/138293960-641c96bf-1293-4061-99a5-a4ed09868e1c.png)
2+
3+
---
4+
5+
[![Build Status CI](https://github.com/parse-community/Parse-SDK-JS/workflows/ci/badge.svg?branch=master)](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Amaster)
6+
[![Snyk Badge](https://snyk.io/test/github/parse-community/Parse-SDK-JS/badge.svg)](https://snyk.io/test/github/parse-community/Parse-SDK-JS)
7+
[![Coverage](http://codecov.io/github/parse-community/Parse-SDK-JS/coverage.svg?branch=master)](http://codecov.io/github/parse-community/Parse-SDK-JS?branch=master)
8+
9+
[![npm latest version](https://img.shields.io/npm/v/parse/latest.svg)](https://www.npmjs.com/package/parse)
10+
<!-- [![npm beta version](https://img.shields.io/npm/v/parse/beta.svg)](https://www.npmjs.com/package/parse) -->
11+
<!-- [![npm alpha version](https://img.shields.io/npm/v/parse/alpha.svg)](https://www.npmjs.com/package/parse) -->
12+
13+
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)][open-collective-link]
14+
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)][open-collective-link]
15+
[![License](https://img.shields.io/badge/license-BSD-lightgrey.svg)][license-link]
16+
[![Forum](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/client-sdks/javascript-sdk)
17+
[![Twitter](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=ParsePlatform)
18+
19+
---
20+
21+
A library that gives you access to the powerful Parse Server backend from your JavaScript app. For more information on Parse and its features, see [the website](https://parseplatform.org), [the JavaScript guide](https://docs.parseplatform.org/js/guide/), [the Cloud Code guide](https://docs.parseplatform.org/cloudcode/guide/) or [API Reference](https://parseplatform.org/Parse-SDK-JS/api/).
22+
23+
---
24+
25+
- [Getting Started](#getting-started)
26+
- [Using Parse on Different Platforms](#using-parse-on-different-platforms)
27+
- [Upgrading to Parse SDK 2.0.0](#upgrading-to-parse-sdk-200)
28+
- [3rd Party Authentications](#3rd-party-authentications)
29+
- [Want to ride the bleeding edge?](#want-to-ride-the-bleeding-edge)
30+
- [Experimenting](#experimenting)
31+
- [Contributing](#contributing)
2932

3033
## Getting Started
3134

@@ -113,19 +116,6 @@ And don't forget, if you plan to deploy it remotely, you should run `npm install
113116

114117
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Javascript SDK guide][contributing].
115118

116-
## License
117-
118-
```
119-
Copyright (c) 2015-present, Parse, LLC.
120-
All rights reserved.
121-
122-
This source code is licensed under the BSD-style license found in the
123-
LICENSE file in the root directory of this source tree. An additional grant
124-
of patent rights can be found in the PATENTS file in the same directory.
125-
```
126-
127-
-----
128-
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.
129119

130120
[3rd-party-auth]: http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication
131121
[contributing]: https://github.com/parse-community/Parse-SDK-JS/blob/master/CONTRIBUTING.md
@@ -134,3 +124,4 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
134124
[migration]: https://github.com/parse-community/Parse-SDK-JS/blob/master/2.0.0.md
135125
[open-collective-link]: https://opencollective.com/parse-server
136126
[types-parse]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse
127+
[license-link]: LICENSE

0 commit comments

Comments
 (0)