All English Bahasa Downloading... Download Failed Please Login Download Completed

FindMe

Download
Watch Videos

Learn how to build multi-user chatbots with geolocation.

What are multi-user chatbots?

A multi-user chatbot allows chatbot users to communicate between themselves.

For example, in this template, a user generates a secret key which he shares with his friends. The chatbot then displays the user's locations as well as all his friends on the chatbot.

What can I do with this template?

This template shows you in detail how to create a multi-user chatbot for sharing and plotting locations. This template also uses geolocation - a method to accurately track the user's current position (with his permission of course).

You can easily extend this chatbot to perform other tasks that involve data sharing.

Prerequisites

You should have completed CU101. You should also view all the videos.

Videos

Building the FindMe App from Scratch

This video walks you through a live session where we build the FindMe App right from the beginning. The Download contains the fully functional app.

Data Storage Part 1

This video describes the data storage module in greater detail.

Data Storage Part 2

This video creates a simple app to show you how to use the data storage module.