/Weather_Bot

This project is built by Next.js + Nest.js

Primary LanguageTypeScript

Weather Bot UI AST

Screenshot 2023-10-18 at 6 34 08 AM

Getting Started

First, install packages with yarn

yarn

Next, copy the .env.local file to .env and fill in:

  • BOT_TOKEN=6576938381:AAG.....VVK_NM
  • WEATHER_API_KEY=89e0.....096d5
  • MONGO_URI=mongodb://localhost:27017/telebot
  • PORT=3000
  • NEXT_PUBLIE_GOOGLE_CLIENT_ID=551764290924-trda8.....5lcp.apps.googleusercontent.com

Finally, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Build the production:

yarn build

Format code style & syntax

yarn format

Next.js + Nest.js with Typescript

🛳️ Built by Ronald Pelham 🛳️