A lightweight SpaceAPI server with both web and REST interfaces.
  • TypeScript 99.4%
  • Dockerfile 0.6%
Find a file
2025-05-24 02:30:46 +02:00
config config: disable ads 2025-03-27 09:47:26 +01:00
database/migrations Initial commit from Strapi 2025-03-22 02:44:46 +01:00
docs/images Docs: add screenshot 2025-05-24 02:30:16 +02:00
public Initial commit from Strapi 2025-03-22 02:44:46 +01:00
src checkhealth: add dummy endpoint 2025-05-23 16:33:34 +02:00
types/generated SpaceAPI: sensors: radiation: required fields 2025-05-23 02:20:49 +02:00
.env.example Initial commit from Strapi 2025-03-22 02:44:46 +01:00
.gitignore Initial commit from Strapi 2025-03-22 02:44:46 +01:00
.prettierrc.json Add Prettier config 2025-05-23 00:45:22 +02:00
favicon.png Initial commit from Strapi 2025-03-22 02:44:46 +01:00
package-lock.json Update Strapi 2025-05-23 00:17:23 +02:00
package.json package.json: add Prettier 2025-05-23 00:48:18 +02:00
README.md Update README.md 2025-05-24 02:30:46 +02:00
tsconfig.json Initial commit from Strapi 2025-03-22 02:44:46 +01:00

Simple Space API

A simple SpaceAPI endpoint with web and REST interfaces.

Screenshot

Built with Node.js using Strapi.

Deploy

Usage

Development

Start the application with automatic reload:

npm i
npm run develop