calopez / hapi-js-fliquer

Tiny wrapper of Flickr API. It allows easy pagination over public images and uses simple offset and limit-based pagination.

Home Page:https://fliquer.herokuapp.com/documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

This is a tiny wrapper of Flickr API. It allows easy pagination over public images and uses simple offset and limit-based pagination.

Installation

You should have node.js installed in your system.

Clone the repo in your machine and run the commands cd fliquer && npm install. To start the application run npm run dev

API Reference

Documentation was created using Swagger. View the documentation in the route /documentation http://localhost:4000/documentation

Tests

Run unit test: npm run test. In order to generate a coverage report in html format run npm run coverage it will generated in test/coverage_report.html

Contributors

Carlos Andres Lopez

License

MIT

About

Tiny wrapper of Flickr API. It allows easy pagination over public images and uses simple offset and limit-based pagination.

https://fliquer.herokuapp.com/documentation


Languages

Language:JavaScript 100.0%