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.
- Host: GitHub
- URL: https://github.com/telarpress/telar-core-js
- Owner: telarpress
- License: mit
- Created: 2020-09-30T13:58:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T13:23:09.000Z (about 5 years ago)
- Last Synced: 2025-09-27T03:45:23.271Z (6 months ago)
- Topics: nodejs, serverless, telar, telar-core, telar-mvc, webframework
- Language: TypeScript
- Homepage: https://telar.dev
- Size: 252 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://codecov.io/gh/telarpress/telar-core-js)


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).
