From 7d42b074c8c149fcc98373502559ce6a5b2ea2d7 Mon Sep 17 00:00:00 2001 From: voluntas Date: Fri, 10 Jan 2025 18:19:15 +0900 Subject: [PATCH] =?UTF-8?q?README=20=E3=82=92=E6=9B=B4=E6=96=B0=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index 4753f2b..597a3ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # Sora JavaScript SDK サンプル +![Static Badge](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + +[Sora JavaScript SDK](https://github.com/shiguredo/sora-js-sdk) のサンプルです。 + +## About Shiguredo's open source software + +We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese. + +Please read before use. + +## 時雨堂のオープンソースソフトウェアについて + +利用前に をお読みください。 + ## 使い方 ```bash @@ -46,3 +61,21 @@ VITE_SECRET_KEY= ``` ## ライセンス + +Apache License 2.0 + +```text +Copyright 2025-2025, Shiguredo Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +```