Edit username

This commit is contained in:
Francesco Esposito 2020-03-01 23:43:01 +01:00
parent 6565bfea3f
commit c1d9224837
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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",

View File

@ -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.
`
);