# kotka

> Your self-hosted academy.

Latest version **0.0.2** (published 2016-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install kotka
pnpm add kotka
yarn add kotka
bun add kotka
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2016-08-10 |
| First published | 2016-08-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Known vulnerabilities | 0 (+13 in 5 direct dependencies) |
| Install scripts | no |
| Author | Nathan Dao |
| Maintainers | guynathan |

## Links

- npm: https://www.npmjs.com/package/kotka
- Repository: https://github.com/nathandao/kotka
- Homepage: https://github.com/nathandao/kotka#readme
- Issues: https://github.com/nathandao/kotka/issues
- npm.io page: https://npm.io/package/kotka

## Dependencies (10)

- [async](https://npm.io/package/async.md) ^2.0.1
- [redis](https://npm.io/package/redis.md) ^2.6.2
- [bcrypt](https://npm.io/package/bcrypt.md) ^0.8.7
- [express](https://npm.io/package/express.md) ^4.14.0
- [mongodb](https://npm.io/package/mongodb.md) ^2.2.5
- [bluebird](https://npm.io/package/bluebird.md) ^3.4.1
- [mongoose](https://npm.io/package/mongoose.md) ^4.5.7
- [chai-http](https://npm.io/package/chai-http.md) ^3.0.0
- [body-parser](https://npm.io/package/body-parser.md) ^1.15.2
- [jsonwebtoken](https://npm.io/package/jsonwebtoken.md) ^7.1.7

## Recent versions

- 0.0.2 (latest) — 2016-08-10
- 0.0.1 — 2016-08-07

## README

# Kotka

## Installation

TODO: Describe the installation process

## Usage

TODO: Write usage instructions

## Contributing

1. First make sure install mongodb and redis are installed.

2. Start mongodb:

```
mongod
```

3. Start redis server:

```
redis-server
```

4. Clone and run tests:

```
git clone https://github.com/nathandao/kotka.git
npm install
npm test

```

5. Start the dev server:

```
npm run dev
```

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License

MIT

---
_Source: https://npm.io/package/kotka · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
