Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakaria9375/isactive
https://github.com/zakaria9375/isactive
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zakaria9375/isactive
- Owner: Zakaria9375
- Created: 2023-12-30T07:13:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2023-12-30T12:59:44.000Z (10 months ago)
- Last Synced: 2024-06-01T02:26:07.941Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚡ Node.js Starter Function
A simple starter function. Edit `src/main.js` to get started and create something awesome! 🚀
## 🧰 Usage
### GET /
- Returns a "Hello, World!" message.
**Response**
Sample `200` Response:
```text
Hello, World!
```### POST, PUT, PATCH, DELETE /
- Returns a "Learn More" JSON response.
**Response**
Sample `200` Response:
```json
{
"motto": "Build like a team of hundreds_",
"learn": "https://appwrite.io/docs",
"connect": "https://appwrite.io/discord",
"getInspired": "https://builtwith.appwrite.io"
}
```## ⚙️ Configuration
| Setting | Value |
|-------------------|---------------|
| Runtime | Node (18.0) |
| Entrypoint | `src/main.js` |
| Build Commands | `npm install` |
| Permissions | `any` |
| Timeout (Seconds) | 15 |## 🔒 Environment Variables
No environment variables required.