From e05eb45d65419c819becbac0f9b4334fda8b2904 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frsposito@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:28:43 +0200 Subject: [PATCH] Edit readme --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6e75a99..20c5966 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ An opensource telegram bot to know if you need to take the umbrella. ## Usage -**umbrello-bot** +**umbrello-bot** uses the [umbrello-api](https://github.com/frsposito/umbrello-api) to get weather information. + ### 1. Search the city. Search the city id with: @@ -49,12 +50,13 @@ Get the forecasts with: ### Step by step. 1. Install Node.js and npm. -2. Clone this repository. -3. Install dependencies with `npm install`. -4. Create a new bot with BotFather on Telegram -5. Create env file or set environment variables (read: "Environment variables") -6. Build the codewith `npm run build`. -7. Launch the bot with `npm run serve`. +2. Configure [umbrello-api](https://github.com/frsposito/umbrello-api). +3. Clone this repository. +4. Install dependencies with `npm install`. +5. Create a new bot with BotFather on Telegram +6. Create env file or set environment variables (read: "Environment variables") +7. Build the code with `npm run build`. +8. Launch the bot with `npm run serve`. #### Environment Variables.