Skip to content

Commit 74e7a69

Browse files
committed
🍔 Update README
1 parent 90a729a commit 74e7a69

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# BH Open API Client
1+
# 🔥 Brawlhalla Open API (Client)
2+
- An unofficial API server with no connection to Brawlhalla and its developers, prepared for easier and unlimited access to Brawlhalla API services. ✅
3+
- It is not designed to defame Brawlhalla and its developers. ❎
4+
- See Server-Side project [here](https://github.com/barbarbar338/bh-open-api/)! 🖥️
5+
6+
# 💢 SelfHost
7+
- The purpose of this repo is that I would like to get easier and more creative ideas from you about developing the repo and getting your ideas. So I can't help much with self-host 🤷‍♂️
8+
9+
# 🔗 Contributing / Issues / Ideas
10+
- Feel free to use GitHub's features ✨
11+
12+
# 📚 Docs
13+
- See [https://brawlhalla.bariscodes.me/](https://brawlhalla.bariscodes.me/)

src/components/Layout.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ export default class Layout extends Component {
4949
<Link className="nav-link" to="/">
5050
Home
5151
</Link>
52+
<a
53+
className="nav-link"
54+
href="https://github.com/barbarbar338/bh-open-api-webpage"
55+
target="_blank"
56+
rel="noreferrer"
57+
>
58+
GitHub
59+
</a>
5260
</li>
5361
<li className="nav-item dropdown">
5462
<div

0 commit comments

Comments
 (0)