https://github.com/graphql-editor/node
Nodejs server for slothking
https://github.com/graphql-editor/node
Last synced: 5 days ago
JSON representation
Nodejs server for slothking
- Host: GitHub
- URL: https://github.com/graphql-editor/node
- Owner: graphql-editor
- Created: 2018-05-25T14:55:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:50:08.000Z (over 3 years ago)
- Last Synced: 2025-02-21T15:51:38.664Z (over 1 year ago)
- Language: TypeScript
- Size: 237 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Node js micro server for slothking
This server is based on great [zeit/micro](https://github.com/zeit/micro) library. This is kind of type guard for your project. It is also best nodejs server to use with typescript version of [slothking.online](https://slothking.online)
## Installation
```sh
$ npm install @slothking-online/node
```
## Usage
```ts
import run from "@slothking-online/node";
import { mailbase, users, sloth } from "./slothking";
export default run([users, mailbase, sloth], process.env.MONGO);
```
## Editor
If you like this project I invite you to check slothking visual api designer demo on [slothking.online](https://slothking.online) website