NiciusB / is-on-water

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

Home Page:https://is-on-water.balbona.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-on-water

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

About

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/


Languages

Language:TypeScript 56.6%Language:HTML 32.2%Language:JavaScript 7.3%Language:CSS 3.9%