$ git clone https://github.com/Matrix-io9/inspirational-quotes.git
$ cd inspirational-quotes
- Open the
data.json
file in your text editor/IDE. - Add your quote in JSON format. For example:
{
"quote":"Your new awesome quote",
"author":"Name of author"
}