mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
Updating README
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
|
||||
[](https://coveralls.io/github/christroutner/babel-free-koa2-api-boilerplate?branch=unstable)
|
||||
|
||||
[](https://github.com/semantic-release/semantic-release) [](https://greenkeeper.io/)
|
||||
[](https://github.com/semantic-release/semantic-release)
|
||||
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
|
||||
Boilerplate for building APIs with [koa2](https://github.com/koajs/koa/tree/v2.x) and mongodb.
|
||||
This repository is based on Adrian Obelmejias' [koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate).
|
||||
This repository is forked from Adrian Obelmejias' [koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate).
|
||||
It makes the following modifications:
|
||||
|
||||
- Remove babel as a dependency. This repository is now natively compatible with
|
||||
@@ -16,6 +18,8 @@ It makes the following modifications:
|
||||
- Replaced `bcrypt` dependency with `bcryptjs`. This improves compatibility across
|
||||
versions of node.js and across OSs.
|
||||
|
||||
- Configured for Travis CI (continuous integration), Coveralls (code coverage), GreenKeeper (automated dependency management), and Semantic Release (automated versioning).
|
||||
|
||||
## Features
|
||||
This project covers basic necessities of most APIs.
|
||||
* Authentication (passport & jwt)
|
||||
|
||||
Reference in New Issue
Block a user