Is-on-water is an API for determining if a point on earth is on water (ocean, river, or lake), or land
https://is-on-water.balbona.me/api/v1/get/[latitude]/[longitude]
For more information, go to https://is-on-water.balbona.me/
- You must have git lfs installed to download the dataset
- Download the repository and install the dependencies:
git pull git@github.com:NiciusB/is-on-water.git
npm install
npm run dev
-
Now, you should be able to go to http://localhost:7301/ and view the site
-
To test your code, run:
npm run test