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.
|
11 months ago | |
---|---|---|
node_modules | 2 years ago | |
src | 12 months ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago |
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.