Follow price of Monero. No JavaScript. https://xmrpri.se
 
 
 
Go to file
orenom 1031d95b6f Merge pull request 'Add 'Rp' for Indonesian Rupiah Symbol' (#3) from faiz/xmrprise:main into main
Reviewed-on: #3
2022-04-18 22:48:54 +02:00
node_modules first commit 2021-04-17 21:47:52 +02:00
src Add 'Rp' for Indonesian Rupiah Symbol 2022-04-12 07:32:14 +02:00
.gitignore first commit 2021-04-17 21:47:52 +02:00
README.md fix the directory 2021-04-17 22:07:39 +02:00
package-lock.json change project name 2021-04-17 21:52:17 +02:00
package.json change project name 2021-04-17 21:52:17 +02:00

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.