Repository: incubator-milagro-mfa-js-lib Updated Branches: refs/heads/add-documentation [created] 3f1d170c0
Initial commit Project: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/commit/10266af0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/tree/10266af0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/diff/10266af0 Branch: refs/heads/add-documentation Commit: 10266af0f9fea2eb0b7406e2faff9fae64832ba7 Parents: Author: Boyan Bakov <[email protected]> Authored: Thu Nov 19 15:51:33 2015 +0200 Committer: Vladislav Mitov <[email protected]> Committed: Fri Dec 18 18:55:22 2015 +0200 ---------------------------------------------------------------------- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/blob/10266af0/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..c437278 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# MPIN frontend library + + + +## Installation +```bash +$ git clone +$ cd project_folder +$ npm install +``` + +## Example + +- Registration +- Authentication + +## Running Tests + +Install development dependencies: + +```bash +$ npm install +``` + +Then: + +```bash +$ npm test +``` + +Actively tested with node: + + - 0.10.4 + +## Authors + + * MIRACL Ltd. + +## License + +(The MIT License) +
