diff --git a/README.md b/README.md index fee2d07..269ee10 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This bot is written in Node.js ## Architecture -**trackmyd-bot** uses the [**trackmyd-api**](https://github.com/frsposito/trackmyd-api) project APIs to get device locations. +**trackmyd-bot** uses the [**trackmyd-api**](https://github.com/franjsco/trackmyd-api) project APIs to get device locations. -To configure the server, refer to the [**trackmyd-api**](https://github.com/frsposito/trackmyd-api) repository. +To configure the server, refer to the [**trackmyd-api**](https://github.com/franjsco/trackmyd-api) repository. In order to use trackmyd-bot, in addiction to the configuration of the trackmyd-api, it’s also necessary to configure [**GPSLogger**](https://github.com/mendhak/gpslogger), an open-source application that allows sending location through HTTP calls. @@ -62,4 +62,4 @@ Before requesting the position to the bot you need to add a new device and confi GPLv3 --- -Made with ❤️ by Francesco Esposito ([@frsposito](https://github.com/frsposito)) +Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco)) diff --git a/package.json b/package.json index c7759a6..0aedbac 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/frsposito/trackmyd-bot.git" + "url": "git+https://github.com/franjsco/trackmyd-bot.git" }, - "author": "frsposito", + "author": "franjsco", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/frsposito/trackmyd-bot/issues" + "url": "https://github.com/franjsco/trackmyd-bot/issues" }, - "homepage": "https://github.com/frsposito/trackmyd-bot#readme" + "homepage": "https://github.com/franjsco/trackmyd-bot#readme" } diff --git a/templates.js b/templates.js index 4608e28..cdafb84 100644 --- a/templates.js +++ b/templates.js @@ -8,7 +8,7 @@ function welcome() { A bot to track your devices with GPS. Please, read the README on -[trackmyd-bot](https://github.com/frsposito/trackmyd-bot) repository +[trackmyd-bot](https://github.com/franjsco/trackmyd-bot) repository to configure the bot. Made with ❤️ by Francesco Esposito`; @@ -28,7 +28,7 @@ function help() { function unauthorizedUser() { const msg = `Unauthorized user. 🤖 \n -Clone the repository https://github.com/frsposito/trackmyd-bot +Clone the repository https://github.com/franjsco/trackmyd-bot and run the bot on your local network. 😎`; return msg; }