An open API service indexing awesome lists of open source software.

https://github.com/telarpress/telar-core-js

Telar core in JavaScript.
https://github.com/telarpress/telar-core-js

nodejs serverless telar telar-core telar-mvc webframework

Last synced: 6 months ago
JSON representation

Telar core in JavaScript.

Awesome Lists containing this project

README

          


Telar Core

![Travis (.org)](https://img.shields.io/travis/telarpress/telar-core-js)
[![codecov](https://codecov.io/gh/telarpress/telar-core-js/branch/master/graph/badge.svg)](https://codecov.io/gh/telarpress/telar-core-js)
![npm](https://img.shields.io/npm/v/@telar/core)
![NPM](https://img.shields.io/npm/l/@telar/core)

Telar Core in TypeScript


Telar Core including basic tools for Telar projects. Providing base packages for database, handle server request/response , email, phone, re-captcha, security and other useful functionalitis for Telar projects.

## Prerequires

```sh
npm install koa @koa/router ajv reflect-metadata @telar/mvc
#or
yarn add koa @koa/router ajv reflect-metadata @telar/mvc
```
## Installation

Telar core is available on npm. You can install it using:

```sh
npm install @telar/core
#or
yarn add @telar/core
```

## Community

Need help, [join our community](https://docs.google.com/forms/d/e/1FAIpQLSdkwt5pxmyCZQO0AmyAghBOdA-XBG298Pfm5Dw1xjNGaGeCYQ/viewform).

## Documentation

TODO.

## License

This project is licensed under the terms of the
[MIT license](/LICENSE).