Skip to content

theRealRobG/typescript-training-vending-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Training - Vending Machine

For running TypeScript and Serving it

npm install typings@beta -g
npm install typings -g
npm install serve -g

Init the project

In the root of the project run:

npm install
typings install

Things to do

Some ideas:

  • Implement what happens on pressing enter
  • Implement restocking
  • Implement payment

Also, getContentForSlot in vendingMachine.ts could be improved to be more resilient.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published