ShinGecko / neKo-Api

Api provided to support the innovative chat neKo
ISC License
0 stars 1 forks source link
javascript koa2 neko

neKo XO code style

neKo is an innovative chat created by two students from France. It has been designed to offer several brand new user-friendly features.
This is the neKo's API repository. You can lso check the Front-End repo.

Installing

Make sure you have Node installed for the API. You can then clone the repository with git:

git clone https://github.com/Shenrak/neKo

Building

Contributing

Feel free to explore the code, create issues and/or contribute to the code! A more detailed guide on this will come later.

Right now, the workflow is based mainly on xo, with some adjustments. Each time you'll try to push, it will check the coding style. To resume the so called coding style:

But to get proper linting information inside your text editor, you can use on of the following plugins

Side note: if you're using vim (like me), juste use ale, it's way better than syntastic.

You can also install editorconfig to allow your editor of choice respect the coding style (on some particuliar aspects).