1
0
Fork
You've already forked lenscalculatorJS
0
JavaScript version of my lenscalculator backend
  • JavaScript 100%
2025年02月19日 23:48:50 +01:00
backend.js Changed port to 8080 since 80 did not work on Windows. 2024年12月03日 10:17:03 +01:00
LICENSE First commit. I extracted the JS from the TS version after compiling it to JS and cleaning up the code a bit. 2024年12月01日 15:20:48 +01:00
package.json Removed keywords only useful for TypeScript. 2024年12月03日 10:40:39 +01:00
README.org Made clear this is only a backend and that I made it for demonstrating a backend in JS for my students with npm, node and express. 2025年02月19日 23:30:31 +01:00

Lenscalculator

Overview

This is the JavaScript version of a lens calculator backend I originally made with TypeScript. It uses Express, node and npm. I made this JavaScript version for demonstration purposes with my students.

License and copyright

All the files in this project are licensed under the Affero GPL version 3 or later. See the LICENSE file.

Copyright 2024 Einar Mostad