Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 475 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 475 Bytes

Web Scrapper

This is a rest API designed to grab cryptocurrency prices from GoldPrice-CryptoCurrency

How to use

Run npm i to install the required depedencies and then run npm start to start the server.

Feature

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>