A simple API that returns a JSON of some of the most common Filipino food showcasing their ingredients and more. Users can fetch this API via localhost or remote.
Check it out here: https://filipino-foods-api.onrender.com/
Node.js, Express, Render for hosting (Sadly at the time of updating this, Heroku no longer provides free hosting.)
- Create a new folder to store this repo's clone
- In the terminal, enter
git init
to initialize your repo - Clone this repo locally using
git clone [email protected]:charmaine-aguilar/filipino-foods-api.git
- (IMPORTANT) On your terminal, enter
npm install
to install necessary modules
- Use fetch on
https://filipino-foods-api.onrender.com/api/foods
- Use fetch on
https://filipino-foods-api.onrender.com/api/foods/foodName
- Replace foodName with the foodname you want to search
Note: This is a WIP!