Skip to content

pgrimaud/lametric-ratp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RATP Schedules for LaMetric

LaMetric Ratp Index

2017-06-16 - Important update

Parameters data have changed, due to the takedown of the old middleware. You must reconfigure your app and follow the instructions bellow. Sorry for inconvenience.

How it works ?

First, launch your LaMetric app, install our app "RATP Schedules" and choose a line in the drop down menu.

LaMetric Ratp App

Then, find the ID Destination and ID Station from the API RATP or see our example below.

Example :

If you want to get the schedules of the next subway* to Balard at the station Daumesnil, on the line 8.

Open https://api-ratp.pierre-grimaud.fr/v3/destinations/metros/8, you will get :

{
    "result": {
        "destinations": [
            {
                "name": "Pointe du Lac",
                "way": "A"
            },
            {
                "name": "Balard",
                "way": "R"
            }
        ]
    },
    "_metadata": {
        "call": "GET /destinations/metros/8",
        "date": "2017-06-16T01:24:58+02:00",
        "version": 3
    }
}
  • Find the way of the desired destination (R for Balard) and set it on the configuration panel.

  • Set the name of the station (daumesnil for Daumesnil).

  • Wait a few seconds and you will see :

LaMetric Ratp Destination LaMetric Ratp Schedule

*It also works with rer or tramway

Feedback

If you need help, create an issue or contact us on Twitter

About

RATP Schedules for LaMetric

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages