An open API service indexing awesome lists of open source software.

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)

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).