Skip to content

Instantly share code, notes, and snippets.

@orienterare
orienterare / DriveNow-Statusboard.php
Last active August 29, 2015 14:12 — forked from noestreich/DriveNow-Statusboard.php
Script showing free DriveNow and Car2Go vehicles in Hamburg in a specified vicinity for Panic Status Board
<?php
##config for homelocation and radius (in meter)
$myhomelat = "53.554340";
$myhomelng = "9.988971";
$myradius = "400";
## get the drive now json
$driveURL = "https://www.drive-now.com/php/metropolis/json.vehicle_filter?cit=40065";
$process = curl_init($driveURL);
curl_setopt($process, CURLOPT_HEADER, false);
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE