Follow price of Monero. No JavaScript.
https://xmrpri.se
Reviewed-on: #3 |
||
---|---|---|
node_modules | ||
src | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json |
README.md
xmrprise
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
-
Install Node.js.
-
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.