Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BuiltWithDot.Net badge to README #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 42 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,42 @@
# Streav OTT Web App

This demo OTT (Over-The-Top) web application showcases the capabilities of [Streav](https://streav.com).
Built using .NET 8, Nuxt 3, Vue 3, UnoCss, video.js, and powered by Streav API.

**Live Preview:** https://demo-ott.streav.com

## Screenshots

![1](https://github.com/streav/ott-web-app/assets/37005069/f9533c9c-dfa4-4983-ace2-f289ff5c2c3d)

![2](https://github.com/streav/ott-web-app/assets/37005069/15347d59-4b06-4629-ab3a-4ffc2628099f)

![3](https://github.com/streav/ott-web-app/assets/37005069/c2c6f417-8a45-4082-a0d2-a775061116ab)

![4](https://github.com/streav/ott-web-app/assets/37005069/687d2cd5-0881-47c3-8283-a6bca88b5ebb)

![5](https://github.com/streav/ott-web-app/assets/37005069/c9169576-3314-4bbe-b101-f4ce39d31abd)

## Setup

Before running:

- Create an OAuth application. Refer to the [API Reference](https://streav.com/api-reference/introduction)
for more information.
- Rename the `appsettings.json.example` file to `appsettings.json`.
- Replace `"YOUR_CLIENT_ID_HERE"` and `"YOUR_CLIENT_SECRET_HERE"` with the Client ID and Client Secret.
```json
"Streav": {
"ApiBaseUrl": "http://localhost:5000/",
"ClientId": "YOUR_CLIENT_ID_HERE",
"ClientSecret": "YOUR_CLIENT_SECRET_HERE",
"BundleId": 1
}
```

With the configuration in place, you're ready to run the app.

## Credits

Based on [nuxt/movies](https://github.com/nuxt/movies).
# Streav OTT Web App
[![BuiltWithDot.Net shield](https://builtwithdot.net/project/5740/ott-web-app-aspnet-core/badge)](https://builtwithdot.net/project/5740/ott-web-app-aspnet-core)

This demo OTT (Over-The-Top) web application showcases the capabilities of [Streav](https://streav.com).
Built using .NET 8, Nuxt 3, Vue 3, UnoCss, video.js, and powered by Streav API.

**Live Preview:** https://demo-ott.streav.com

## Screenshots

![1](https://github.com/streav/ott-web-app/assets/37005069/f9533c9c-dfa4-4983-ace2-f289ff5c2c3d)

![2](https://github.com/streav/ott-web-app/assets/37005069/15347d59-4b06-4629-ab3a-4ffc2628099f)

![3](https://github.com/streav/ott-web-app/assets/37005069/c2c6f417-8a45-4082-a0d2-a775061116ab)

![4](https://github.com/streav/ott-web-app/assets/37005069/687d2cd5-0881-47c3-8283-a6bca88b5ebb)

![5](https://github.com/streav/ott-web-app/assets/37005069/c9169576-3314-4bbe-b101-f4ce39d31abd)

## Setup

Before running:

- Create an OAuth application. Refer to the [API Reference](https://streav.com/api-reference/introduction)
for more information.
- Rename the `appsettings.json.example` file to `appsettings.json`.
- Replace `"YOUR_CLIENT_ID_HERE"` and `"YOUR_CLIENT_SECRET_HERE"` with the Client ID and Client Secret.
```json
"Streav": {
"ApiBaseUrl": "http://localhost:5000/",
"ClientId": "YOUR_CLIENT_ID_HERE",
"ClientSecret": "YOUR_CLIENT_SECRET_HERE",
"BundleId": 1
}
```

With the configuration in place, you're ready to run the app.

## Credits

Based on [nuxt/movies](https://github.com/nuxt/movies).