Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamranahmedse/yaml-sample
https://github.com/kamranahmedse/yaml-sample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamranahmedse/yaml-sample
- Owner: kamranahmedse
- Created: 2021-10-18T17:53:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T17:53:25.000Z (about 3 years ago)
- Last Synced: 2024-05-01T20:29:35.067Z (8 months ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=ImHSpwUlNVc
- Size: 2.93 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## yaml-sample
Source code accompanying the [YAML video on my YouTube channel](https://www.youtube.com/watch?v=ImHSpwUlNVc).## Setup
Clone the repository and run the below```shell
npm install
```
Once the dependencies have been installed, run below command to run the project```shell
node index.js
```