This are unofficial http interface to Fat Secret food databases. The API will show you information related about the food you're looking for. Remember that this are unofficial. Please report if something broken.
Here are some feature that this API offers you
Some food are only available on your language, since Fat Secret had many languages
To search food, you can do this:
GET api/:lang/search?query=tempe&page=0
# query: name of your food
# page: go to current page
Print the detail of food that you're looking for
GET api/:lang/detail?url=%2Fkalori-gizi%2Fumum%2Ftempe-goreng
# url: URL detailLink of the selected food (Acquired from search query before)
To make your language plugin you could add to the settings here let me explain whare are those config
{
lang: 'specify your language abbreviation',
menuUrl: 'home page menu for foods',
searchUrl: 'search url for fat secret',
otherSizes: 'this are text that you will find 2 lines under the food name after you search food'
}
$ npm i -g vercel
$ vercel start