Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 622 Bytes

Flickr Test

A simple page that pulls photos from Flickr using their API and displays them in a pin-board style. The purpose of this exercise was to practice TDD.

Running the tests

Clone the repo, then run npm i.

You will need to have Mocha already installed npm i mocha -g (this assumes you have Node/NPM as well).

Then the following command will run any files that are suffixed as "-spec":

mocha --reporter=nyan ./*-spec.js

Note: you will have to supply your own Flickr API key