mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
30 lines
658 B
Markdown
30 lines
658 B
Markdown
# Simple Space API
|
|
|
|
A simple [SpaceAPI](https://spaceapi.io/) endpoint with web and REST interfaces.
|
|
|
|

|
|
|
|
Built with Node.js using [Strapi](https://github.com/strapi/strapi).
|
|
|
|
## Deploy
|
|
|
|
## Usage
|
|
|
|
## Development
|
|
|
|
Start the application with automatic reload:
|
|
```
|
|
npm i
|
|
npm run develop
|
|
```
|
|
|
|
## SpaceAPI Links
|
|
|
|
- [SpaceAPI Schema Documentation](https://spaceapi.io/docs/)
|
|
- [Dynamic Map](https://mapall.space/)
|
|
|
|
## Strapi Links
|
|
|
|
- [Strapi GitHub repository](https://github.com/strapi/strapi)
|
|
- [Strapi documentation](https://docs.strapi.io)
|
|
- [STrapi Command Line Interface](https://docs.strapi.io/dev-docs/cli)
|