Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 364 Bytes

File metadata and controls

22 lines (18 loc) · 364 Bytes

KandilliAPI

A simple API for getting data from Kandilli observatory

Building

# install dependencies
npm i
# host for production
npm run start 

Development

# install dependencies
npm i
# host local server
npm run dev

Live Version

Click Here