Skip to content

This project consumes a quote api that serves a json object array ( object format of { author: "xx" quote:"xx"} ). When consume this api, the quotes are grouping by author and each quote is reversing. The result json object that program creates is like [ {author:"x" , quotes:["xx","yy",...]} ]

Notifications You must be signed in to change notification settings

eneskzlcn/quote-consumer

Repository files navigation

quote-reverser-client

About Project

That project is a client that consumes quote api that consist of text author pairs, and then groups the reversed quotes by author and prints it.

About

This project consumes a quote api that serves a json object array ( object format of { author: "xx" quote:"xx"} ). When consume this api, the quotes are grouping by author and each quote is reversing. The result json object that program creates is like [ {author:"x" , quotes:["xx","yy",...]} ]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published