Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 399 Bytes

GeoRanker Crawler - Axios Example

This repository is an example implementation of the Georanker HV API using the Region endpoint.

Requirments

  • Axios
  • NPM
  • Parcel

How to run from docker-compose command

  • Extract in an empty folder
  • Run npm init (may need sudo privileges)
  • Run npm install (may need sudo privileges)

To run the application:

  • npm run dev (may need sudo privileges)