mirror of
https://github.com/franjsco/umbrello-bot
synced 2025-06-05 21:49:11 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
c1d9224837 |
@ -14,7 +14,7 @@ An opensource telegram bot to know if you need to take the umbrella.
|
||||
## Usage
|
||||
|
||||
|
||||
**umbrello-bot** uses the [umbrello-api](https://github.com/frsposito/umbrello-api) to get weather information.
|
||||
**umbrello-bot** uses the [umbrello-api](https://github.com/franjsco/umbrello-api) to get weather information.
|
||||
|
||||
|
||||
### 1. Search the city.
|
||||
@ -50,7 +50,7 @@ Get the forecasts with:
|
||||
### Step by step.
|
||||
|
||||
1. Install Node.js and npm.
|
||||
2. Configure [umbrello-api](https://github.com/frsposito/umbrello-api).
|
||||
2. Configure [umbrello-api](https://github.com/franjsco/umbrello-api).
|
||||
3. Clone this repository.
|
||||
4. Install dependencies with `npm install`.
|
||||
5. Create a new bot with BotFather on Telegram
|
||||
@ -83,4 +83,4 @@ DB_PASSWORD=pass
|
||||
GPLv3
|
||||
|
||||
---
|
||||
Made with ❤️ by Francesco Esposito ([@frsposito](https://github.com/frsposito))
|
||||
Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco))
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 592 KiB After Width: | Height: | Size: 588 KiB |
@ -11,14 +11,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/frsposito/umbrello-bot.git"
|
||||
"url": "git+https://github.com/franjsco/umbrello-bot.git"
|
||||
},
|
||||
"author": "frsposito",
|
||||
"author": "franjsco",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/frsposito/umbrello-bot/issues"
|
||||
"url": "https://github.com/franjsco/umbrello-bot/issues"
|
||||
},
|
||||
"homepage": "https://github.com/frsposito/umbrello-bot#readme",
|
||||
"homepage": "https://github.com/franjsco/umbrello-bot#readme",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.5.5",
|
||||
"@babel/core": "^7.5.5",
|
||||
|
@ -11,7 +11,7 @@ export const welcomeTemplate = () => (
|
||||
|
||||
An opensource telegram bot to know if you need to take the umbrella.
|
||||
|
||||
Made with ❤️ by @frsposito.
|
||||
Made with ❤️ by @franjsco.
|
||||
`
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user