Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islamhaqq/make-jokes
A simple node app that makes jokes
https://github.com/islamhaqq/make-jokes
assert fs nodejs
Last synced: about 2 months ago
JSON representation
A simple node app that makes jokes
- Host: GitHub
- URL: https://github.com/islamhaqq/make-jokes
- Owner: islamhaqq
- Created: 2018-03-29T17:24:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T19:49:00.000Z (almost 7 years ago)
- Last Synced: 2024-09-13T15:42:39.008Z (4 months ago)
- Topics: assert, fs, nodejs
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jokes
A simple node application made using **VANILLA** Node.js. Sometimes we are so
dependent on 3rd party libraries, that we look past the core Node.js API. I
believe if we have a fundamental understanding of how Node works, then we can
create great products. At the very least, we should learn Node.js to choose the
right 3rd party libraries ;) What's beautiful about Node is you can do very
advanced things without any 3rd party libraries.## How to Run
```sh
$ npm start
```### Using Docker