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

https://github.com/lauslim12/anzu

🗓️ An open source LINE chatbot to remind you of your tasks.
https://github.com/lauslim12/anzu

bot chatbot cronjobs heroku javascript line mongodb-atlas node nodejs reminders schedule

Last synced: 8 months ago
JSON representation

🗓️ An open source LINE chatbot to remind you of your tasks.

Awesome Lists containing this project

README

          

# Anzu

Anzu (she/her) is an open source LINE chatbot to remind you of your tasks. Anzu is fully asynchronous and uses JavaScript's natural asynchronous nature to its fullest.











![screenshot](./.github/screenshot.png)

Check out more of Anzu by looking at [her website!](https://lauslim12.github.io/Anzu/)

## Architecture

- Asynchronous Programming
- Functional Programming
- JavaScript Programming Language
- Shell Scripts and Micro Computers for Automation
- Vue.js for Documentation

Anzu is divided into two subprojects: `bot` or `src` for the bot itself, and `docs` for the documentation. The `bot` or `src` is made with [TypeScript](https://www.typescriptlang.org/) and [Node.js](https://nodejs.org/en/) from scratch, while the `docs` is bootstrapped using [Vue.js / Vuepress](https://vuepress.vuejs.org/) and hosted with [GitHub Pages](https://pages.github.com/).

## Documentation

Anzu's full documentation could be seen at [this website](https://lauslim12.github.io/Anzu/). The documentation covers the installation guide, usage examples, list of commands, and many more! Check it out!

## Contribution

Anzu is open source and is under continuous development. Keep in touch by starring this repository! If you have any interest to contribute, please check the contribution in the documentation for [contribution guidelines](https://lauslim12.github.io/Anzu/contribution.html).

## License

This application is licensed under MIT License. Please see the `LICENSE` file for more information.

## Credits

[Please check in the documentation for the credits](https://lauslim12.github.io/Anzu/contribution/credits.html).

Feel free to cite everything from this repository, as long as you give your credit. Anzu is not related in any way, shape, or form to my work or my research. Anzu is just a personal interest turned open source.