Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvin0319/alvin0319
https://github.com/alvin0319/alvin0319
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvin0319/alvin0319
- Owner: alvin0319
- Created: 2020-08-08T00:59:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T11:57:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T13:42:02.857Z (2 months ago)
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Hello, my name is alvin0319, as known as alvin.
I currently work for several projects such as making [Discord](https://discord.com) Bots.
Some of my repositories are made to public and enjoyable for everyone, check out them!
```kotlin
val info: Map = mapOf(
"name" to mapOf(
"kor" to "김민재",
"eng" to "kim minjae",
"aka" to "alvin0319"
),
"Program Languages" to listOf(
"javascript",
"java",
"kotlin",
"go"
),
"contacts" to mapOf(
"Telegram" to "https://t.me/alvin0319",
"Discord" to "민재#0319",
"Kakao" to "https://open.kakao.com/me/alvin0319"
)
)
```# Stats
![](https://github-readme-stats.vercel.app/api?username=alvin0319&show_icons=true&title_color=fff&icon_color=79ff97&text_color=9f9f9f&bg_color=151515&count_private=true)
![](https://github-readme-stats.vercel.app/api/top-langs?username=alvin0319&langs_count=4&count_private=true&theme=nord)# Projects
### Kotlin
* [TTalker](https://github.com/alvin0319/TTalker)(private): Google Translate TTS-based Discord Bot.
* [MusicBot](https://github.com/alvin0319/MusicBot)(private): A Music Bot for Discord guilds.### Web
* [BedrockRank-backend](https://github.com/BedrockRank/BedrockRank-backend)(private): A Minecraft Bedrock Server rank site, BedrockRank's backend server written in Node.js
* [BedrockRank-frontend](https://github.com/BedrockRank/BedrockRank-frontend)(private): A Minecraft Bedrock Server rank site, BedrockRank's frontend written in Vue.js