1
0
mirror of https://github.com/franjsco/umbrello-bot synced 2025-06-05 21:49:11 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
c1d9224837 Edit username 2020-03-01 23:43:01 +01:00
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 ## 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. ### 1. Search the city.
@ -50,7 +50,7 @@ Get the forecasts with:
### Step by step. ### Step by step.
1. Install Node.js and npm. 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. 3. Clone this repository.
4. Install dependencies with `npm install`. 4. Install dependencies with `npm install`.
5. Create a new bot with BotFather on Telegram 5. Create a new bot with BotFather on Telegram
@ -83,4 +83,4 @@ DB_PASSWORD=pass
GPLv3 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": { "repository": {
"type": "git", "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", "license": "GPL-3.0-or-later",
"bugs": { "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": { "devDependencies": {
"@babel/cli": "^7.5.5", "@babel/cli": "^7.5.5",
"@babel/core": "^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. An opensource telegram bot to know if you need to take the umbrella.
Made with ❤️ by @frsposito. Made with ❤️ by @franjsco.
` `
); );