https://github.com/wmfs/tymly-diaries-plugin
https://github.com/wmfs/tymly-diaries-plugin
plugin tymly
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wmfs/tymly-diaries-plugin
- Owner: wmfs
- License: mit
- Created: 2018-06-12T11:44:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T15:38:32.000Z (about 2 months ago)
- Last Synced: 2025-04-15T18:55:41.876Z (about 1 month ago)
- Topics: plugin, tymly
- Language: JavaScript
- Size: 849 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tymly-diaries-plugin
[](https://tymly.io/)
[](https://www.npmjs.com/package/@wmfs/tymly-diaries-plugin)
[](https://circleci.com/gh/wmfs/tymly-diaries-plugin)
[](https://codecov.io/gh/wmfs/tymly-diaries-plugin)
[](https://www.codefactor.io/repository/github/wmfs/tymly-diaries-plugin)
[](https://dependabot.com/)
[](http://commitizen.github.io/cz-cli/)
[](https://standardjs.com)
[](https://github.com/wmfs/tymly-diaries-plugin/blob/master/LICENSE)> Plugin to handle bookings and appointment kind of things
Description coming soon...
## Install
```bash
$ npm install tymly-diaries-plugin --save
```Before running the tests, you'll need a test PostgreSQL database available and set a `PG_CONNECTION_STRING` environment variable to point to it, for example:
```PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/my_test_db```
Once the environment variables have been set, you can run the tests like this:
```bash
$ npm test
```[MIT](https://github.com/wmfs/tymly/blob/master/LICENSE)