Ahmad-2785 / Weather_Bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🛳️

About

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


Languages

Language:TypeScript 94.9%Language:CSS 2.7%Language:JavaScript 2.5%