Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine de Chassey <[email protected]>
  • Loading branch information
Antoine de Chassey committed Aug 7, 2017
1 parent e982749 commit 60f6813
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Get an __Uber ride__ just by _pressing_ a button!

## Introduction

In this tutorial, we will be using the Sigfox network localization service _(which can, __for now__, give at most a 1km radius position precision)_ in order to get a the closest position to a specified address and request an Uber ride accordingly.
Therefore, we do not need a device with GPS.

We will use a [Sens'it](https://www.sensit.io/?lang=fr) but __any device able to send a message over Sigfox can be used to accomplish this tutorial successfully__.

Have a look __[here](http://makers.sigfox.com/)__ if you wish to have more details regarding Sigfox makers.

## Hardware
- A [Sens'it](https://www.sensit.io/?lang=fr)

Expand Down Expand Up @@ -61,7 +70,7 @@ An alternative way to get it running at Heroku is to install the [Heroku Cli](ht
```bash
$ git clone https://github.com/AntoinedeChassey/sigfox_uber.git
$ cd sigfox_uber
$ heroku apps:create sigfox_uber
$ heroku apps:create <YOUR_APP_NAME>
$ git push heroku master
```

Expand Down
Binary file modified img/request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60f6813

Please sign in to comment.