Skip to content

A simple page that pulls photos from Flickr using their API and displays them in a pin-board style

Notifications You must be signed in to change notification settings

heyheyjose/verbose-happiness

Repository files navigation

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

About

A simple page that pulls photos from Flickr using their API and displays them in a pin-board style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published