Source code of bot StoreOfBot on Telegram
Module available through the npm registry. It can be installed using the npm
or yarn
command line tools.
# NPM
npm install storeofbot --save
# Or Using Yarn
yarn add storeofbot
To run the test suite, first install the dependencies, then run test
:
# NPM
npm test
# Or Using Yarn
yarn test
- debug: small debugging utility
- json-stringify-safe: Like JSON.stringify, but doesn't blow up on circular refs.
- moment-timezone: Parse and display moments in any timezone.
- nodejs-i18n: Minimalistic internationalization using gettext style for NodeJS
- pg: PostgreSQL client - pure javascript & libpq with the same API
- pg-native: A slightly nicer interface to Postgres over node-libpq
- telegraf: 📡 Modern Telegram Bot Framework
- telegraf-start-parts: Command /start parameters parser middleware for Telegraf
- env-cmd: Executes a command using the environment variables in an env file
- nodemon: Simple monitor script for use during development of a node.js app.
- xo: JavaScript happiness style linter ❤️
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.