This is a rest API designed to grab cryptocurrency prices from GoldPrice-CryptoCurrency
Run npm i to install the required depedencies and then run npm start to start the server.
It returns all the prices in json format if called with <your-ip>/api/all and a specific price of requested cryptocurrency when called with <your-ip>/api/crypto/<crpyto-name>