https://github.com/claytontdm/qotd-template-generator
Question/Fact/Quote of the Day generator for World of Coding (discord.gg/program)
https://github.com/claytontdm/qotd-template-generator
askreddit discord javascript js nodejs questions-and-answers web
Last synced: about 1 year ago
JSON representation
Question/Fact/Quote of the Day generator for World of Coding (discord.gg/program)
- Host: GitHub
- URL: https://github.com/claytontdm/qotd-template-generator
- Owner: ClaytonTDM
- License: mit
- Created: 2022-10-13T05:42:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T07:01:07.000Z (over 3 years ago)
- Last Synced: 2025-03-23T22:47:20.678Z (over 1 year ago)
- Topics: askreddit, discord, javascript, js, nodejs, questions-and-answers, web
- Language: JavaScript
- Homepage: https://claytontdm.github.io/qotd-template-generator
- Size: 33.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# World of Coding - Node QOTD Generator
please don't sue me I made this for fun
## Preparation
- Get an API key from [API Ninjas](https://api-ninjas.com/)
## Installation
```bash
git clone https://github.com/ClaytonTDM/qotd-template-generator.git
cd qotd-template-generator
npm i
```
- Paste your API Key on lines 27 & 46 of index.js
## Running
```
npm start
```
Want to try out the web version? Click [here](https://github.com/ClaytonTDM/qotd-template-generator/tree/web).