view api-key-example.php @ 9:db2811ebfbd2

Add license (3-clause BSD, like D3.js)
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Jun 2017 21:00:48 +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';