Follow price of Monero. No JavaScript. https://xmrpri.se
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
orenom 1031d95b6f
Merge pull request 'Add 'Rp' for Indonesian Rupiah Symbol' (#3) from faiz/xmrprise:main into main
11 months ago
node_modules first commit 2 years ago
src Add 'Rp' for Indonesian Rupiah Symbol 12 months ago
.gitignore first commit 2 years ago
README.md fix the directory 2 years ago
package-lock.json change project name 2 years ago
package.json change project name 2 years ago

README.md

xmrprise

xmrpri.se

Simple website for following the price of Monero.

  • No JavaScript or ads
  • Lightweight, no unnecessary stuff
  • Self-hostable

Uses the CoinGecko API under the hood.

XMR: 832ogRwuoSs2JGYg7wJTqshidK7dErgNdfpenQ9dzMghNXQTJRby1xGbqC3gW3GAifRM9E84J91VdMZRjoSJ32nkAZnaCEj

Self-hosting, installation

  1. Install Node.js.

  2. Clone and set up the repository.

    git clone https://codeberg.org/orenom/xmrprise
    cd xmrprise
    npm install --no-optional
    cp src/config.js.template src/config.js # edit the config file to suit your environment
    npm start
    

xmrprise should now be running.