Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 364 Bytes

README.md

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