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.
Make sure you have Node installed for the API.
You can then clone the repository with git
:
git clone https://github.com/Shenrak/neKo
cd
into the neKoApi foldernpm install
to install the dependenciesnpm start
to start neKoFeel 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:
if (..)
, while (..)
, for (..)
...)if (foo === bar) {..}
)function
keyword, but not between the function name and the ()
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).