Skip to content

Instantly share code, notes, and snippets.

View hamza-cskn's full-sized avatar
🎯
Focusing

Hamza Coşkun hamza-cskn

🎯
Focusing
  • Türkiye/Kocaeli
  • 11:01 (UTC +03:00)
View GitHub Profile
@boraoksuzoglu
boraoksuzoglu / ShopierController.js
Last active February 20, 2025 05:55
Shopier NodeJS Otomatik Sipariş Bildirimi Örnek Kod
/*
Nasıl kurulur?
- En aşağıda verdiğim URL'den kullanıcı adı ve şifrenizi alıp .env dosyanıza aşağıdaki gibi yapıştırın
SHOPIER_OSB_USERNAME=buraya_osb_kullanici_adi
SHOPIER_OSB_PASSWORD=buraya_osb_sifresi
- En aşağıda verdiğim URL'de bildirim URL'si yazan kısma aplikasyonunuzun URL'sini girin.
- Bundan sonra her yeni siparişte girdiğiniz URL'ye POST request gidecektir.
- OSB URL: https://www.shopier.com/m/notificationaccess.php
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active April 25, 2025 01:26
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example