https://github.com/artginzburg/flightnotifier
:airplane: Telegram bot
https://github.com/artginzburg/flightnotifier
mongodb nodejs telegram
Last synced: about 2 months ago
JSON representation
:airplane: Telegram bot
- Host: GitHub
- URL: https://github.com/artginzburg/flightnotifier
- Owner: artginzburg
- Created: 2021-08-02T13:30:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T07:23:23.000Z (over 3 years ago)
- Last Synced: 2026-03-31T10:07:45.519Z (3 months ago)
- Topics: mongodb, nodejs, telegram
- Language: JavaScript
- Homepage:
- Size: 478 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
1. Clone this repo:
```powershell
git clone https://github.com/artginzburg/flightnotifier
```
2. Launch the [mongo database](https://www.mongodb.com/) locally
3. Run `npm i` in the root folder
> That also creates the `.env` file that you should fill with the environment variables listed in `.env.schema` (or `.env.defaults`)
4. Run `npm start`