myfitnesspal
v1.0.4
Published
Submit nutrition data to MyFitnessPal.
Readme
MyFitnessPal API JavaScript client
Submit nutrition information to MyFitnessPal.
Usage
- In the the usage reference, replace
process.env.EMAILandprocess.env.PASSWORDwith your credentials
Running tests
- Log into your Marley Spoon account and open the developer console in your browser
- Fetch the
remember_spree_user_tokencookie value - Navigate into the
testsubdirectory - Create a
.envfile with the following content:EMAIL="your email" PASSWORD="your password" - Run
nvm i && nvm use && npm i - Run
npm run test
