Calculate your constant based on your first name
Find a file
2023-02-15 15:40:45 +01:00
node_modules Remove nodefetch 2022-06-23 20:59:13 +02:00
public use new split to keep emoji integrity 2022-06-25 19:54:15 +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 update domain 2023-02-07 15:34:06 +01:00
LICENSE Add GNU AGPLv3 License 2023-02-15 15:35:28 +01:00
package-lock.json Remove nodefetch 2022-06-23 20:59:13 +02:00
package.json Update license 2023-02-15 15:40:45 +01:00
README.md update domain 2023-02-07 15:33:52 +01: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.mylloon.fr

Host it yourself

Clone the repo and run npm run main.

Docker

Docker-compose

version: "3"

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

Contribution

Feel free to contribute 🙂.