https://github.com/thegreydiamond/elevatormaprewritten
The not very know elevator map by TheGreydiamond rewritten in Node.js
https://github.com/thegreydiamond/elevatormaprewritten
elevator express express-js hacktoberfest map nodejs
Last synced: 26 days ago
JSON representation
The not very know elevator map by TheGreydiamond rewritten in Node.js
- Host: GitHub
- URL: https://github.com/thegreydiamond/elevatormaprewritten
- Owner: TheGreyDiamond
- License: mit
- Created: 2021-05-21T13:08:41.000Z (about 5 years ago)
- Default Branch: central
- Last Pushed: 2023-07-19T03:11:42.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T21:03:49.924Z (about 1 year ago)
- Topics: elevator, express, express-js, hacktoberfest, map, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.32 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elevatormap Rewritten
The elevator map at thegreydiamond.de/elevatormap has been offline for some time now, as it was very ineffective and didn't accept user contributions. This is an attempted by the original author to rewrite the project in Node.js.
## Host your own
Requirements:
- Node
- MySQL Server (MariaDB)
- Accounts for Fontawesome & hCaptcha
Setup steps:
1. Setup DB access
2. Change config file to your needs
3. Install dependencies with `npm install`
4. Make .js file with `npm run makeJS` (skip if you want to test it)
5. Start it with `npm start` (or use pm2)
It will autogenerate all tables needed. And then startup.
ToDo:
- [ ] Allow user edits
- [ ] Allow moderation