Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25 from TheSnowfield/test
Browse files Browse the repository at this point in the history
PR to master
  • Loading branch information
TheSnowfield authored Apr 29, 2021
2 parents 37a1090 + 59b7102 commit 91911e8
Show file tree
Hide file tree
Showing 39 changed files with 2,121 additions and 211 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BotArcAPI [![image](image/arcaeabots_32x32.png)](#)

[![version](https://img.shields.io/static/v1?label=api-ver&message=v3&color=green)](#)
[![version](https://img.shields.io/static/v1?label=api-ver&message=v4&color=green)](#)
[![status](https://img.shields.io/static/v1?label=status&message=develop&color=red)](#)
[![chat](https://img.shields.io/static/v1?label=qq-group&message=866231846&color=blue)](#)
[![Docker Image](https://github.com/TheSnowfield/BotArcAPI/workflows/Docker%20Compose/badge.svg)](#)
Expand All @@ -11,11 +11,19 @@ A fast and convenient Arcaea API for your bot.
- abab >= `2.0.3`
- node-fetch >= `2.6.1`
- sqlite-async >= `1.0.12`
- safe-eval >= `0.4.1`

## 🌈 Guide for using
- [Get Started](../../wiki/Get-Started)
- [Get Started With Docker](../../wiki/Get-Started-With-Docker)
- [API Reference v3](../../wiki/API-Reference-v3)
- [API Reference v4](../../wiki/API-Reference-v4)

## 🧰 NPM Package
There's an NPM package now available! It offers you an interface to use BotArcAPI quickly!
Best thanks for [@ReiKohaku](https://github.com/ReiKohaku)!
See more information on [botarcapi_lib](https://www.npmjs.com/package/botarcapi_lib).

[![NPM](https://nodei.co/npm/botarcapi_lib.png)](https://www.npmjs.com/package/botarcapi_lib)

## 🙌 Contribute with song database
We're looking for new song alias now.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
BOTARCAPI_CONFIG: |
{
"SERVER_PORT": 80
"BOTARCAPI_VERSTR": "v0.2.6",
"BOTARCAPI_VERSTR": "v0.3.0",
"ARCAPI_VERSION": 13,
"ARCAPI_APPVERSION": "3.5.4c",
"ARCAPI_USERAGENT": "Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)",
Expand Down
Loading

0 comments on commit 91911e8

Please sign in to comment.