This API allows you to fetch data from Dodo Pizza Website by scraping HTML elements from it.
If you would like to add another service to fetch data from mare sure to contribute to this repo and make a pull request!
Returns an obect in this format:
{
"combos": [{id: String,
name: String,
description: String,
price: Int
}],
"pizzas": [{id: String,
name: String,
description: String,
price: Int
}],
"other": [{id: String,
name: String,
description: String,
price: Int
}]
}