Skip to content

Files

Latest commit

2b173e5 · Nov 13, 2022

History

History
25 lines (18 loc) · 635 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 635 Bytes

Is-on-water is an API for determining if a point on earth is on water (ocean, river, or lake), or land

API

https://is-on-water.balbona.me/api/v1/get/[latitude]/[longitude]

For more information, go to https://is-on-water.balbona.me/

Development

  1. You must have git lfs installed to download the dataset
  2. Download the repository and install the dependencies:
git pull git@github.com:NiciusB/is-on-water.git
npm install
npm run dev
  1. Now, you should be able to go to http://localhost:7301/ and view the site

  2. To test your code, run:

npm run test