Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/techeng322/weather-bot-ui
- Owner: techeng322
- Created: 2023-10-16T12:14:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T09:17:08.000Z (over 1 year ago)
- Last Synced: 2024-01-15T10:34:59.458Z (about 1 year ago)
- Language: TypeScript
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Bot UI AST
## 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.comFinally, 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 🛳️