# Flickr Tag Crawler

## Install

```
mkdir sobig
cd sobig
npm install flickr-tag-crawler
```

## Test


```
node node_modules/flickr-tag-crawler/execute.js car train -122.28,33.27,-113.43,42.26 -6.52,49.81,2.32,58.79
```

### Usage
* node execute.js tag_1 tag_2 bounding-box_1 bounding-box_2
    * Bounding-box (select "CSV RAW")
    * https://boundingbox.klokantech.com/

### Visualization
```
start node_modules/flickr-tag-crawler/output/index.html
```
* load the txt file that execute.js printed。
* The file is in the output directory.