Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
feat(readme): Prettify readme 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Jul 19, 2022
1 parent d1a25d5 commit 7cbc697
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
Binary file added .github/header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<div align="center">

![A multi-colored spiral on a dark background with the Rainway logo and the text "Node Examples" in the center](.github/header.jpg)

[💯 Stable Branch](https://github.com/RainwayApp/rainway-sdk-node-examples/tree/main) - [🚀 Beta Branch](https://github.com/RainwayApp/rainway-sdk-node-examples/tree/beta) - [📘 Read the Docs](https://docs.rainway.com/docs/nodejs-getting-started) - [🎁 Get Started](https://hub.rainway.com/landing)

[![npm (scoped)](https://img.shields.io/npm/v/@rainway/native)](https://www.npmjs.com/package/@rainway/native)
[![npm](https://img.shields.io/npm/dt/@rainway/native)](https://www.npmjs.com/package/@rainway/native)
[![node-current (scoped)](https://img.shields.io/node/v/@rainway/native)](https://www.npmjs.com/package/@rainway/native)

[![Host Example CI](https://github.com/RainwayApp/rainway-sdk-node-examples/actions/workflows/host-example-ci.yml/badge.svg)](https://github.com/RainwayApp/rainway-sdk-node-examples/actions/workflows/host-example-ci.yml)
[![CD](https://github.com/RainwayApp/rainway-sdk-node-examples/actions/workflows/cd.yml/badge.svg)](https://github.com/RainwayApp/rainway-sdk-node-examples/actions/workflows/cd.yml)

</div>

# rainway-sdk-node-examples

Various examples of how to use the Rainway SDK with Node.js
Various examples of how to use the Rainway SDK with Node.js:

- [host-example](./host-example/) - A basic example that allows all web clients to connect and stream the desktop.
2 changes: 1 addition & 1 deletion host-example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# host-example

Host example using the Rainway SDK.
A basic example that allows all web clients to connect and stream the desktop.

## Getting Started

Expand Down

0 comments on commit 7cbc697

Please sign in to comment.