# flickr-set-downloader

Download all the original files in a give Flickr set

## Installation

Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.

```sh
npm install flickr-set-downloader --save
```

## Tests

```sh
npm install
npm test
```

## Dependencies

- [dotenv](https://github.com/scottmotte/dotenv): Loads environment variables from .env
- [flickr-client](https://github.com/npm-flickr/flickr-client): Flickr API Client
- [flickr-generate-urls](https://github.com/azer/flickr-generate-urls): Generate source URLs for given Flickr photo
- [flickr-photo-info](https://github.com/npm-flickr/flickr-photo-info): Get info of a photo on Flickr
- [superagent](https://github.com/visionmedia/superagent): elegant &amp; feature rich browser / node HTTP with a fluent API


## Dev Dependencies

- [mocha](https://github.com/visionmedia/mocha): simple, flexible, fun test framework


## License

MIT

## Colophon

- Homepage: https://github.com/zeke/flickr-set-downloader
- Author: zeke
- README generated by
[package-json-to-readme](https://github.com/zeke/package-json-to-readme)
