From 3ad44703183a308ea9733af22e222d1bf1f71bbb Mon Sep 17 00:00:00 2001 From: Felix Nicolae Bucsa Date: Thu, 21 Sep 2023 13:09:25 +0100 Subject: [PATCH] fix: fixes and review of content --- pages/concepts.mdx | 2 +- pages/concepts/indexer/_meta.json | 2 +- pages/concepts/indexer/intro.mdx | 2 +- pages/guides.mdx | 8 +++---- .../integrations/fetch-holiday/_meta.json | 1 - .../fetch-holiday/getting-started.mdx | 3 +-- .../integrations/fetch-mobility/_meta.json | 1 - .../fetch-mobility/getting-started.mdx | 22 ++++++++++++++++--- .../integrations/fetch-mobility/intro.mdx | 15 ------------- 9 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 pages/guides/integrations/fetch-mobility/intro.mdx diff --git a/pages/concepts.mdx b/pages/concepts.mdx index 23283a375..43088cc7f 100644 --- a/pages/concepts.mdx +++ b/pages/concepts.mdx @@ -132,7 +132,7 @@ Explore how to index and query blockchain data efficiently using the SubQuery in diff --git a/pages/guides/integrations/fetch-holiday/_meta.json b/pages/guides/integrations/fetch-holiday/_meta.json index 726fc0462..b70f20aca 100644 --- a/pages/guides/integrations/fetch-holiday/_meta.json +++ b/pages/guides/integrations/fetch-holiday/_meta.json @@ -1,5 +1,4 @@ { - "intro": "Introduction", "getting-started": "Getting started \uD83C\uDFAF", "walk-through": "Walk-through \uD83D\uDCDD" } diff --git a/pages/guides/integrations/fetch-holiday/getting-started.mdx b/pages/guides/integrations/fetch-holiday/getting-started.mdx index 9a40029a2..48a5f07c1 100644 --- a/pages/guides/integrations/fetch-holiday/getting-started.mdx +++ b/pages/guides/integrations/fetch-holiday/getting-started.mdx @@ -1,12 +1,11 @@ # ΞΌAgents Holiday Integrations ✈️ -## Introduction +## Introduction πŸš€ The ΞΌAgents Holiday Integrations example demonstrates how to integrate and coordinate multiple agents to provide information and support in the handling and booking of flights, travels, and activities so to assist you in organizing your perfect holiday in a matter of few minutes. The example showcases how different agents can work together and how these interact with various APIs to gather and process data to help you in booking the perfect holiday according to your needs and wishes! - # Getting started 🎯 ## Prerequisites diff --git a/pages/guides/integrations/fetch-mobility/_meta.json b/pages/guides/integrations/fetch-mobility/_meta.json index 726fc0462..b70f20aca 100644 --- a/pages/guides/integrations/fetch-mobility/_meta.json +++ b/pages/guides/integrations/fetch-mobility/_meta.json @@ -1,5 +1,4 @@ { - "intro": "Introduction", "getting-started": "Getting started \uD83C\uDFAF", "walk-through": "Walk-through \uD83D\uDCDD" } diff --git a/pages/guides/integrations/fetch-mobility/getting-started.mdx b/pages/guides/integrations/fetch-mobility/getting-started.mdx index 0327c800e..e86019def 100644 --- a/pages/guides/integrations/fetch-mobility/getting-started.mdx +++ b/pages/guides/integrations/fetch-mobility/getting-started.mdx @@ -1,6 +1,22 @@ -# Getting started 🎯 +# Fetch mobility integrations πŸš—πŸ”Œ -## Prerequisites +## Introduction πŸš€ + +Mobility solutions are essential and pivotal in today's fast-paced world. To simplify and enhance the integration of mobility services, we present the uAgents Mobility Integrations guide. This one offers a practical example featuring two key agents: **ev_charger** and **geoapi_car_parking** agents. + +The **ev_charger** agent empowers users to find available EV chargers in a specific region within a given radius. Leveraging the OpenChargeMap API, it provides real-time access to vital charging information. Whether you are planning a cross-country electric vehicle journey or simply seeking a charging point in your neighborhood, this agent has you covered. + +On the other hand, the **geoapi_car_parking** agent addresses the challenge of parking space availability. By inputting latitude, longitude, and a radius, users can effortlessly locate nearby parking spaces. This agent taps into Geoapify's resources, ensuring accurate and up-to-date parking information for your convenience. + +Getting started with these agents is straightforward. By following a few simple steps, you can access the data you need to make informed mobility decisions. From obtaining API keys to setting up the environment and running the project, our guide walks you through the process, enabling you to integrate these agents into your mobility solutions straightforwardly. + +In this guide, we'll take you through each step, ensuring you have the tools and knowledge necessary to harness the power of these agents. So, whether you're a developer creating innovative mobility apps or an individual looking for the nearest charging station or parking spot, join us on this journey to unlock a world of mobility possibilities. + +**Let's get started!** + +## Getting started 🎯 + +### Prerequisites Before starting, you will need the following: @@ -8,7 +24,7 @@ Before starting, you will need the following: - [Poetry ↗️](https://python-poetry.org/). - [uAgents framework ↗️](https://pypi.org/project/uagents/). -## Set up the project and virtual environment +### Set up the project and virtual environment First of all, create a `mobility-integrations` folder for your project files: `mkdir mobility-integrations`. Then, create another `src` sub-folder within it for your scripts: `mkdir src`. diff --git a/pages/guides/integrations/fetch-mobility/intro.mdx b/pages/guides/integrations/fetch-mobility/intro.mdx deleted file mode 100644 index 47e0d43bb..000000000 --- a/pages/guides/integrations/fetch-mobility/intro.mdx +++ /dev/null @@ -1,15 +0,0 @@ -# Fetch mobility integrations πŸš—πŸ”Œ - -## Introduction - -Mobility solutions are essential and pivotal in today's fast-paced world. To simplify and enhance the integration of mobility services, we present the uAgents Mobility Integrations guide. This one offers a practical example featuring two key agents: **ev_charger** and **geoapi_car_parking** agents. - -The **ev_charger** agent empowers users to find available EV chargers in a specific region within a given radius. Leveraging the OpenChargeMap API, it provides real-time access to vital charging information. Whether you are planning a cross-country electric vehicle journey or simply seeking a charging point in your neighborhood, this agent has you covered. - -On the other hand, the **geoapi_car_parking** agent addresses the challenge of parking space availability. By inputting latitude, longitude, and a radius, users can effortlessly locate nearby parking spaces. This agent taps into Geoapify's resources, ensuring accurate and up-to-date parking information for your convenience. - -Getting started with these agents is straightforward. By following a few simple steps, you can access the data you need to make informed mobility decisions. From obtaining API keys to setting up the environment and running the project, our guide walks you through the process, enabling you to integrate these agents into your mobility solutions straightforwardly. - -In this guide, we'll take you through each step, ensuring you have the tools and knowledge necessary to harness the power of these agents. So, whether you're a developer creating innovative mobility apps or an individual looking for the nearest charging station or parking spot, join us on this journey to unlock a world of mobility possibilities. - -**Let's get started!**