CHANGELOG and README

- added content to the README.md
- added a CHANGELOG.md
pull/3/head
Trivernis 5 years ago
parent 4d87c70b69
commit 3ac3180957

@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- CHANGELOG.md Changelog
- content to the README.md

@ -1 +1,32 @@
whooshy
# whooshy
This repository is the node.js webserver running on `(beta.)trivernis.net`.
## Requirements
- node.js 8 or higher
- npm
- the requirements of [reddit-riddle](https://github.com/trivernis/reddit-riddle)
## Install
After you have cloned the repository you can install it by executing the `install.sh` script.
## Features
Currently the webserver serves very few sites. It is still in an early stage of development. Included are:
### Riddle-Web
A webinterface for the [reddit-riddle](https://github.com/trivernis/reddit-riddle) python script that allows you to download images from reddit. The requested subreddit images will be downloaded to the server and then served to be downloaded by the client.
### Bingo
A simple bingo game where you can provide your own bingo words. You can then play it with your friends. The first one to score a bingo wins.
## Planned
- [ ] logging with `winston.js`
- [ ] login system with a postgres database
- [ ] social bord or blog (`markdown.it` formatted)
- [ ] memepage

Loading…
Cancel
Save