view api-key-example.php @ 1:a11817a35877

Update to D3js v4.9.1 and newer D3-tooltip
author IBBoard <dev@ibboard.co.uk>
date Mon, 29 May 2017 14:06:47 +0100
parents 42c058ce5b7c
children
line wrap: on
line source

<?php
// Using the Flickr API needs an API key.
// Get one from https://www.flickr.com/services/api/misc.api_keys.html
// then create a file like this called "api-key.php"
$api_key = '0123456789abcdeffedcba9876543210';