https://github.com/systemsoftware/fill-in
Fill in the blank game built with Node.js
https://github.com/systemsoftware/fill-in
fill-in-the-blank game html nodejs
Last synced: 4 months ago
JSON representation
Fill in the blank game built with Node.js
- Host: GitHub
- URL: https://github.com/systemsoftware/fill-in
- Owner: systemsoftware
- License: mit
- Created: 2023-03-24T17:45:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T23:10:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T06:29:12.306Z (8 months ago)
- Topics: fill-in-the-blank, game, html, nodejs
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Fill In
Fill in the blank game built on Node.js with support for ChatGPT generated prompts.
## Demo
A demo can be found at https://fillin.coolstone.dev/
## Config
This can be found in [./config.json](https://github.com/systemsoftware/fill-in/blob/main/config.json)
- openai_key: Optional OpenAI key to use to generate prompt from ChatGPT
- Generate_prompts_from_ChatGPT: Toggle ChatGPT generated (true) or from a preset array (false).
- prompts_file: File containing preset array of prompts.
- port: Port to run app on.
- title: Project/page title.
## Dependencies
- [dubnium](https://npmjs.com/dubnium)
- [express](https://npmjs.com/express)
- [socket.io](https://npmjs.com/socket.io)
- [openai](https://npmjs.com/openai) (optional)
## License
This repository is available under the [MIT license](https://github.com/systemsoftware/fill-in/blob/main/LICENSE)