https://github.com/tony-go/learn-crypto
https://github.com/tony-go/learn-crypto
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tony-go/learn-crypto
- Owner: tony-go
- Created: 2019-08-20T16:00:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T07:52:07.000Z (almost 6 years ago)
- Last Synced: 2025-02-04T16:18:24.113Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Run bank SERVER
```
node bank.js
```Ask a DEPOSIT command
```
node teller.js deposit 100
```