https://github.com/priyanshuverma-dev/push-notification-with-fcm
https://github.com/priyanshuverma-dev/push-notification-with-fcm
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/priyanshuverma-dev/push-notification-with-fcm
- Owner: priyanshuverma-dev
- Created: 2023-11-05T13:19:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-05T15:06:05.000Z (over 1 year ago)
- Last Synced: 2023-11-20T15:53:35.456Z (over 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push-notification-with-fcm
## 🧰 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 (16.0) |
| Entrypoint | `src/main.js` |
| Build Commands | `npm install` |
| Permissions | `any` |
| Timeout (Seconds) | 15 |## 🔒 Environment Variables
No environment variables required.