Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/techeng322/weather-bot-ui

This project is built by Next.js + Nest.js
https://github.com/techeng322/weather-bot-ui

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Weather Bot UI AST

Screenshot 2023-10-18 at 6 34 08 AM

## Getting Started

First, install packages with
yarn

```bash
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:

```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Build the production:

```bash
yarn build
```

Format code style & syntax

```bash
yarn format
```

## Next.js + Nest.js with Typescript
🛳️ Built by Henry Ziad 🛳️