##Installation If you want to run these scripts locally on your machine, be sure you have the following requirements installed.
###Requirements
Clone flickr-scripts from the command line:
$ git clone https://github.com/uf0/flickr-scripts.gitbrowse to flickr-scripts root folder:
$ cd flickr-scriptsinstall node dependencies:
$ npm installedit configuration file
$ cp config.sample.js config.jsopen config.js file and add you API and secret key
add data folder
$ mkdir data####Get number of photos around places
add palces file
$ touch data/places.csvopen places.csv file insert the places to search for (tab delimiter)
id lat lon
1 45.4465 9.2308
2 52.4576 3.0405
3 60.2039 9.0343
run the script
$ node index.js