Skip to content

juliend2/trajets-bixi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

README

Updating the code

If you want to see which stations are available, go here.

Then take the name of the station, and look it up there to get the station_id.

Then, in index.php:

  • Update the $stations_couples array or arrays to do a mapping for a trip.

  • Add a line like this after the <header> tag:

<section class="station-couples">
  <?php format_trip($interesting_stations_statuses, STATION_ID_LAJEUNESSE_JARRY, STATION_ID_METRO_SHERBROOKE, 'Metro Jarry', 'Metro Sherbrooke'); ?>
</section>
<hr>

About

Petite page PHP qui affiche les status des stations bixi de mes trajets habituels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages