Skip to content

DEMO Application serving as practice for Javascript ES6 iterators, iterables objs and generators.

License

Notifications You must be signed in to change notification settings

mthanasi/console-log-my-food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONSOLE-LOG-MY-FOOD

Small cmd line application serving as practice for Javascript ES6 iterators, iterables objs and generators.

Features

  • List food choices specific to dietary preferences - terminal commands implemented through "event listeners".
  • Log Food of different portions - using JS iterators/generators.
  • List logged food for a specific day - using yield delegation/composing generator functions.

Packages Used

  • Readline - setup input/output environment.

  • JSON Server - setup a full fake REST API.

  • AXIOS - promise based HTTP client.

    Install Dependecies: npm install
    
    Install :  sudo npm i -g json-server
    
    RUN     :  json-server --watch ./db.json --port 3001 or   npm run server
    AND     :  npm start
    

License

MIT

About

DEMO Application serving as practice for Javascript ES6 iterators, iterables objs and generators.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published