Archived
2
0

docs (wip)

This commit is contained in:
Craig
2020-02-10 00:59:08 +00:00
parent a6d0e2872c
commit 22e80d9d6c
23 changed files with 210 additions and 266 deletions

View File

@ -1,12 +0,0 @@
<div align="center">
<a href="https://github.com/nurdism/neko"><img src="https://github.com/nurdism/neko/raw/master/.github/logo.png" width="650" height="auto"/></a>
</div>
# **n**.eko
This app uses Web RTC to stream a desktop inside of a docker container, I made this because [rabb.it](https://en.wikipedia.org/wiki/Rabb.it) went under and my internet can't handle streaming and discord keeps crashing when my friend attempts to. I just want to watch anime with my friends ლ(ಠ益ಠლ) so I started digging throughout the internet and found a few *kinda* clones, but none of them had the virtual browser, then I found [Turtus](https://github.com/Khauri/Turtus) and I was able to figure out the rest. This is by no means a fully featured clone of rabbit, it hs only *one* room. It's stateless, so no saved user names or passwords.
### Why **n**.eko?
I like cats 🐱 (`Neko` is the Japanese word for cat), I'm a weeb/nerd
***But why the cat butt?*** Because cats are *assholes*, but you love them anyways.

View File

@ -1,14 +0,0 @@
# **n**.eko client
Web client for n.eko
### Environment
------
```
VUE_APP_SERVER_PORT // development server port
```
### Building
------
```
npm install && npm run build
```

View File

@ -147,7 +147,7 @@
if (this.about === '') {
this.loading = true
this.$http
.get<string>('https://raw.githubusercontent.com/nurdism/neko/master/client/ABOUT.md')
.get<string>('https://raw.githubusercontent.com/nurdism/neko/master/docs/README.md')
.then(res => {
return this.$http.post('https://api.github.com/markdown', {
text: res.data,