Calculate your constant based on your first name
Find a file
2022-06-25 19:23:56 +02:00
node_modules Remove nodefetch 2022-06-23 20:59:13 +02:00
public fix eslint issues 2022-06-25 19:23:56 +02:00
src fix eslint issues 2022-06-25 19:23:56 +02:00
.dockerignore Add Docker 2022-06-23 20:58:56 +02:00
.eslintrc.json Fix ESLint 2022-06-25 19:14:55 +02:00
Dockerfile Add Docker 2022-06-23 20:58:56 +02:00
FAQ.md fix typo 2022-06-24 00:56:10 +02:00
package-lock.json Remove nodefetch 2022-06-23 20:59:13 +02:00
package.json Remove nodefetch 2022-06-23 20:59:13 +02:00
README.md Add public demo 2022-06-23 21:03:51 +02:00

Constnium

Calculate your own constant based on your first name.

FAQ

There is a FAQ here if you want to know more about the project.

Public demo

constnium.kennel.ml

Host it yourself

Clone the repo and run npm run main.

Docker

Docker-compose

version: "3"

services:
  constnium:
    build: https://git.kennel.ml/Anri/Constnium.git#main
    container_name: Constnium
    ports:
      - 3000:3000
    restart: unless-stopped

Contribution

Feel free to contribute 🙂.